Home
last modified time | relevance | path

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

/linux/tools/power/x86/turbostat/
H A Dturbostat.c104 enum counter_source { COUNTER_SOURCE_NONE, COUNTER_SOURCE_PERF, COUNTER_SOURCE_MSR }; enumerator
4842 if (rci->source[idx] == COUNTER_SOURCE_NONE) in write_rapl_counter()
4878 case COUNTER_SOURCE_NONE: in get_rapl_counters()
5018 case COUNTER_SOURCE_NONE: in get_cstate_counters()
5053 if (cci->source[index] != COUNTER_SOURCE_NONE) \ in get_cstate_counters()
5116 case COUNTER_SOURCE_NONE: in get_smi_aperf_mperf()
8673 rci->source[i] = COUNTER_SOURCE_NONE; in rapl_perf_init()
8726 if (rci->source[cai->rci_index] != COUNTER_SOURCE_NONE) in rapl_perf_init()
8747 if (rci->source[cai->rci_index] != COUNTER_SOURCE_NONE) in rapl_perf_init()
8989 if (cci->source[cai->rci_index] != COUNTER_SOURCE_NONE) { in cstate_perf_init_()