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

Support event aliases in pmcstat #1514

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from
Open

Support event aliases in pmcstat #1514

wants to merge 3 commits into from

Commits on Oct 11, 2022

  1. libpmc: Allow using generic event aliases on Morello

    Since we don't have a .json pmu event description file for Morello, the
    pmc_pmu_enabled() check always fails and we don't use pmc_pmu_pmcallocate()
    which would check for aliases.
    arichardson committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    c8f3a23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80ee18c View commit details
    Browse the repository at this point in the history
  3. libpmc: Support alias event specifiers with suffixes

    This change allows me to use events such as "cycles,usr" by saving the
    old suffix and restricting event aliases to not include suffixes (none
    of them do right now).
    arichardson committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    8b5c546 View commit details
    Browse the repository at this point in the history