Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/power/cpupower/utils/idle_monitor/
A Dnhm_idle.c65 static unsigned long long tsc_at_measure_end; variable
111 (tsc_at_measure_end - tsc_at_measure_start); in nhm_get_count_percent()
119 (unsigned long long) tsc_at_measure_end - tsc_at_measure_start, in nhm_get_count_percent()
150 nhm_get_count(TSC, &tsc_at_measure_end, base_cpu); in nhm_stop()
159 dprint("TSC diff: %llu\n", dbg - tsc_at_measure_end); in nhm_stop()
A Dhsw_ext_idle.c56 static unsigned long long tsc_at_measure_end; variable
98 (tsc_at_measure_end - tsc_at_measure_start); in hsw_ext_get_count_percent()
106 (unsigned long long) tsc_at_measure_end - tsc_at_measure_start, in hsw_ext_get_count_percent()
133 hsw_ext_get_count(TSC, &tsc_at_measure_end, base_cpu); in hsw_ext_stop()
A Dsnb_idle.c54 static unsigned long long tsc_at_measure_end; variable
96 (tsc_at_measure_end - tsc_at_measure_start); in snb_get_count_percent()
104 (unsigned long long) tsc_at_measure_end - tsc_at_measure_start, in snb_get_count_percent()
131 snb_get_count(TSC, &tsc_at_measure_end, base_cpu); in snb_stop()
A Dmperf_monitor.c74 static unsigned long long tsc_at_measure_end; variable
172 tsc_diff = tsc_at_measure_end - tsc_at_measure_start; in mperf_get_count_percent()
209 tsc_diff = tsc_at_measure_end - tsc_at_measure_start; in mperf_get_count_freq()
249 mperf_get_tsc(&tsc_at_measure_end); in mperf_stop()
253 dprint("TSC diff: %llu\n", dbg - tsc_at_measure_end); in mperf_stop()

Completed in 6 milliseconds