Home
last modified time | relevance | path

Searched defs:counter_scope (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/turbostat/
H A Dadded_perf_counters.py16 def get_turbostat_perf_id(self, counter_scope, counter_type, column_name): argument
95 counter_scope = 'core' variable
97 counter_scope = 'package' variable
99 counter_scope = 'cpu' variable
/linux/include/uapi/linux/
H A Dcounter.h23 enum counter_scope { enum
/linux/tools/power/x86/turbostat/
H A Dturbostat.c101 enum counter_scope { SCOPE_CPU, SCOPE_CORE, SCOPE_PACKAGE }; enum