Home
last modified time | relevance | path

Searched refs:nhm_get_count (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/power/cpupower/utils/idle_monitor/
H A Dnhm_idle.c71 static int nhm_get_count(enum intel_nhm_id id, unsigned long long *val, in nhm_get_count() function
131 nhm_get_count(TSC, &tsc_at_measure_start, base_cpu); in nhm_start()
135 is_valid[cpu] = !nhm_get_count(num, &val, cpu); in nhm_start()
139 nhm_get_count(TSC, &dbg, base_cpu); in nhm_start()
150 nhm_get_count(TSC, &tsc_at_measure_end, base_cpu); in nhm_stop()
154 is_valid[cpu] = !nhm_get_count(num, &val, cpu); in nhm_stop()
158 nhm_get_count(TSC, &dbg, base_cpu); in nhm_stop()
/kernel/linux/linux-6.6/tools/power/cpupower/utils/idle_monitor/
H A Dnhm_idle.c71 static int nhm_get_count(enum intel_nhm_id id, unsigned long long *val, in nhm_get_count() function
131 nhm_get_count(TSC, &tsc_at_measure_start, base_cpu); in nhm_start()
135 is_valid[cpu] = !nhm_get_count(num, &val, cpu); in nhm_start()
139 nhm_get_count(TSC, &dbg, base_cpu); in nhm_start()
150 nhm_get_count(TSC, &tsc_at_measure_end, base_cpu); in nhm_stop()
154 is_valid[cpu] = !nhm_get_count(num, &val, cpu); in nhm_stop()
158 nhm_get_count(TSC, &dbg, base_cpu); in nhm_stop()

Completed in 1 milliseconds