Home
last modified time | relevance | path

Searched refs:COUNTER_SOURCE_NONE (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/tools/power/x86/turbostat/
Dturbostat.c95 enum counter_source { COUNTER_SOURCE_NONE, COUNTER_SOURCE_PERF, COUNTER_SOURCE_MSR }; enumerator
4159 case COUNTER_SOURCE_NONE: in get_rapl_counters()
4297 case COUNTER_SOURCE_NONE: in get_cstate_counters()
4332 if (cci->source[index] != COUNTER_SOURCE_NONE) \ in get_cstate_counters()
4396 case COUNTER_SOURCE_NONE: in get_smi_aperf_mperf()
7541 rci->source[i] = COUNTER_SOURCE_NONE; in rapl_perf_init()
7600 if (rci->source[cai->rci_index] != COUNTER_SOURCE_NONE) in rapl_perf_init()
7847 if (cci->source[cai->rci_index] != COUNTER_SOURCE_NONE) { in cstate_perf_init_()