Searched defs:counter_scope (Results 1 – 3 of 3) sorted by relevance
16 def get_turbostat_perf_id(self, counter_scope, counter_type, column_name): argument95 counter_scope = 'core' variable97 counter_scope = 'package' variable99 counter_scope = 'cpu' variable
23 enum counter_scope { enum
100 enum counter_scope { SCOPE_CPU, SCOPE_CORE, SCOPE_PACKAGE }; enum