Home
last modified time | relevance | path

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

/linux-6.14.4/tools/testing/selftests/turbostat/
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-6.14.4/include/uapi/linux/
Dcounter.h23 enum counter_scope { enum
/linux-6.14.4/tools/power/x86/turbostat/
Dturbostat.c100 enum counter_scope { SCOPE_CPU, SCOPE_CORE, SCOPE_PACKAGE }; enum