Searched refs:counter_scope (Results 1 – 2 of 2) sorted by relevance
| /tools/testing/selftests/turbostat/ |
| D | added_perf_counters.py | 16 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 105 counter_scope = counter_scope,
|
| /tools/power/x86/turbostat/ |
| D | turbostat.c | 101 enum counter_scope { SCOPE_CPU, SCOPE_CORE, SCOPE_PACKAGE }; enum 116 enum counter_scope scope; 392 unsigned int width, enum counter_scope scope, 1533 enum counter_scope scope; 9043 struct pmt_counter **pmt_get_scope_root(enum counter_scope scope) in pmt_get_scope_root() 9070 unsigned int lsb, unsigned int msb, unsigned int offset, enum counter_scope scope, in pmt_add_counter() 9312 unsigned int width, enum counter_scope scope, in add_counter() 9423 enum counter_scope scope, in make_perf_counter_info() 9445 enum counter_scope scope, enum counter_type type, enum counter_format format) in add_perf_counter() 9514 enum counter_scope scope = SCOPE_CPU; in parse_add_command_msr() [all …]
|