Searched refs:PerfCounterInfo (Results 1 – 1 of 1) sorted by relevance
/linux/tools/testing/selftests/turbostat/ |
H A D | added_perf_counters.py | 8 class PerfCounterInfo: class 20 PerfCounterInfo('msr', 'mperf'), 21 PerfCounterInfo('msr', 'aperf'), 22 PerfCounterInfo('msr', 'tsc'), 23 PerfCounterInfo('cstate_core', 'c1-residency'), 24 PerfCounterInfo('cstate_core', 'c6-residency'), 25 PerfCounterInfo('cstate_core', 'c7-residency'), 26 PerfCounterInfo('cstate_pkg', 'c2-residency'), 27 PerfCounterInfo('cstate_pkg', 'c3-residency'), 28 PerfCounterInfo('cstate_pkg', 'c6-residency'), [all …]
|