andikleen / pmu-tools

Intel PMU profiling tools
GNU General Public License v2.0
1.99k stars 332 forks source link

jevents: some of the qualifiers are implemented in `jevents` differently from `perf` #396

Closed matthew-olson-intel closed 2 years ago

matthew-olson-intel commented 2 years ago

This one's easy to fix: I'll submit a PR in a bit.

Basically, some of the implementations of the qualifiers don't line up with what perf does; for example, :k implies attr->exclude_user and attr->exclude_hv (don't ask me why!).

matthew-olson-intel commented 2 years ago

Added to PR #394