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 perf event support #315

Merged
merged 32 commits into from
Jun 26, 2021
Merged

Add perf event support #315

merged 32 commits into from
Jun 26, 2021

Commits on May 18, 2021

  1. Add perfmon to Stats

    caizixian committed May 18, 2021
    Configuration menu
    Copy the full SHA
    ce0c3f9 View commit details
    Browse the repository at this point in the history
  2. Refactor worker stat type

    caizixian committed May 18, 2021
    Configuration menu
    Copy the full SHA
    5f1fca9 View commit details
    Browse the repository at this point in the history
  3. Revert "Add perfmon to Stats"

    This reverts commit ce0c3f9.
    caizixian committed May 18, 2021
    Configuration menu
    Copy the full SHA
    86ae080 View commit details
    Browse the repository at this point in the history
  4. Implement as trait object

    caizixian committed May 18, 2021
    Configuration menu
    Copy the full SHA
    863af8f View commit details
    Browse the repository at this point in the history
  5. Fix test

    caizixian committed May 18, 2021
    Configuration menu
    Copy the full SHA
    712b3b0 View commit details
    Browse the repository at this point in the history
  6. Fix clippy

    caizixian committed May 18, 2021
    Configuration menu
    Copy the full SHA
    b00d7a4 View commit details
    Browse the repository at this point in the history
  7. Refactor out work counters

    caizixian committed May 18, 2021
    Configuration menu
    Copy the full SHA
    69c0342 View commit details
    Browse the repository at this point in the history
  8. Add perfmon initialization

    caizixian committed May 18, 2021
    Configuration menu
    Copy the full SHA
    b19368d View commit details
    Browse the repository at this point in the history
  9. Make counter name a String

    caizixian committed May 18, 2021
    Configuration menu
    Copy the full SHA
    046988a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    dbc1893 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2021

  1. Configuration menu
    Copy the full SHA
    488391f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb9a51e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00f38d0 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2021

  1. Configuration menu
    Copy the full SHA
    8564b90 View commit details
    Browse the repository at this point in the history
  2. Fix build error

    caizixian committed May 28, 2021
    Configuration menu
    Copy the full SHA
    7cbf3b5 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

  1. Configuration menu
    Copy the full SHA
    40efc51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    792397d View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2021

  1. Configuration menu
    Copy the full SHA
    ad77838 View commit details
    Browse the repository at this point in the history
  2. Fix scope issue

    caizixian committed Jun 13, 2021
    Configuration menu
    Copy the full SHA
    32e8561 View commit details
    Browse the repository at this point in the history
  3. Documentation

    caizixian committed Jun 13, 2021
    Configuration menu
    Copy the full SHA
    397aa20 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    29fd7a7 View commit details
    Browse the repository at this point in the history
  5. Clippy fixes

    caizixian committed Jun 13, 2021
    Configuration menu
    Copy the full SHA
    26b7600 View commit details
    Browse the repository at this point in the history
  6. cargo fmt

    caizixian committed Jun 13, 2021
    Configuration menu
    Copy the full SHA
    ff9a636 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2021

  1. Get rid of duplicated code

    caizixian committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    6fd31d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0101978 View commit details
    Browse the repository at this point in the history
  3. Fix typo

    caizixian committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    bda23d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1cfc308 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7a1e3b3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2edb2a5 View commit details
    Browse the repository at this point in the history
  7. Fix unit tests

    caizixian committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    8163837 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    44446ac View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2021

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