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

Add generic perf trace instrument #388

Closed
wants to merge 6 commits into from

Commits on Jun 11, 2019

  1. utils/cli: Introduce class to build CLI commands

    Introduce a class allowing to programmatically generate CLI commands in
    a clear, reliable and robust way for any calling code manipulating raw
    command strings.
    pietos01-arm committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    1edd0e1 View commit details
    Browse the repository at this point in the history
  2. trace/perf: Introduce a new, generic collector

    Introduce a perf collector that is more generic than the previous one
    and which is expected to be able to handle all potential calls to perf
    (irrespective of the subcommand, flags, options or arguments being
    used).
    pietos01-arm committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    30ac951 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e652561 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fa67be2 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2019

  1. Configuration menu
    Copy the full SHA
    b4d852b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1520575 View commit details
    Browse the repository at this point in the history