Home
last modified time | relevance | path

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

/linux-6.15/tools/power/x86/turbostat/
H A Dturbostat.c103 enum counter_source { COUNTER_SOURCE_NONE, COUNTER_SOURCE_PERF, COUNTER_SOURCE_MSR }; enumerator
4403 if (rci->source[idx] == COUNTER_SOURCE_NONE) in write_rapl_counter()
4440 case COUNTER_SOURCE_NONE: in get_rapl_counters()
4580 case COUNTER_SOURCE_NONE: in get_cstate_counters()
4615 if (cci->source[index] != COUNTER_SOURCE_NONE) \ in get_cstate_counters()
4679 case COUNTER_SOURCE_NONE: in get_smi_aperf_mperf()
7883 rci->source[i] = COUNTER_SOURCE_NONE; in rapl_perf_init()
7945 if (rci->source[cai->rci_index] != COUNTER_SOURCE_NONE) in rapl_perf_init()
8192 if (cci->source[cai->rci_index] != COUNTER_SOURCE_NONE) { in cstate_perf_init_()