Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TraceDoctor #1501

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
Open

TraceDoctor #1501

wants to merge 15 commits into from

Commits on Nov 25, 2022

  1. * initial tracedoctor 1.15.1 commit

    Björn Gottschall committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    5e72685 View commit details
    Browse the repository at this point in the history
  2. * pushed chipyard

    Björn Gottschall committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    6cf32ff View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. * tracedoctor support for the TracerV trigger

    Björn Gottschall committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    79db340 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. * TraceDoctor enabled multithreading by default

    * TraceDoctor TracerV example does now support FirePerf
    Björn Gottschall committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    ec9f6a3 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. * fixed TraceDoctor example for fireperf, minor fixed in base worker …

    …and compiler warnings
    Björn Gottschall committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    924b707 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. * better worker/thread synchronisation

    Björn Gottschall committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    296391e View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. * better work queues and thread handling synchronisation

    Björn Gottschall committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    f34a126 View commit details
    Browse the repository at this point in the history
  2. * cleanup

    Björn Gottschall committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    addaf0d View commit details
    Browse the repository at this point in the history
  3. * better performance with spinlocks

    Björn Gottschall committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    647078a View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. * cleanup

    Björn Gottschall committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    e53cb0a View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. * general cleanup

    * moved away from shared_ptr because not necessary
    * fixed a threading bug
    * worker register now easier
    Björn Gottschall committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    28ca0c6 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. * small cleanup

    Björn Gottschall committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    15d0ba0 View commit details
    Browse the repository at this point in the history
  2. * correct usage of virtual/override

    + fix in argument parsing (bug introduced by const references)
    Björn Gottschall committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    e1708b5 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. * workers now support arbitrary compression command via compressionCm…

    …d argument
    Björn Gottschall committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    b9fc264 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. * fixed compression command bug

    Björn Gottschall committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    398e5bb View commit details
    Browse the repository at this point in the history