Home
last modified time | relevance | path

Searched defs:counter_type (Results 1 – 2 of 2) sorted by relevance

/tools/testing/selftests/turbostat/
Dadded_perf_counters.py16 def get_turbostat_perf_id(self, counter_scope, counter_type, column_name): argument
101 counter_type = 'delta' variable
/tools/power/x86/turbostat/
Dturbostat.c102 enum counter_type { COUNTER_ITEMS, COUNTER_CYCLES, COUNTER_SECONDS, COUNTER_USEC, COUNTER_K2M }; enum