Home
last modified time | relevance | path

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

/linux-3.4.99/tools/power/cpupower/utils/idle_monitor/
Dnhm_idle.c66 static unsigned long long tsc_at_measure_end; variable
112 (tsc_at_measure_end - tsc_at_measure_start); in nhm_get_count_percent()
120 (unsigned long long) tsc_at_measure_end - tsc_at_measure_start, in nhm_get_count_percent()
151 nhm_get_count(TSC, &tsc_at_measure_end, 0); in nhm_stop()
160 dprint("TSC diff: %llu\n", dbg - tsc_at_measure_end); in nhm_stop()
Dsnb_idle.c55 static unsigned long long tsc_at_measure_end; variable
97 (tsc_at_measure_end - tsc_at_measure_start); in snb_get_count_percent()
105 (unsigned long long) tsc_at_measure_end - tsc_at_measure_start, in snb_get_count_percent()
132 snb_get_count(TSC, &tsc_at_measure_end, 0); in snb_stop()
Dmperf_monitor.c71 static unsigned long long tsc_at_measure_end; variable
133 tsc_diff = tsc_at_measure_end - tsc_at_measure_start; in mperf_get_count_percent()
170 tsc_diff = tsc_at_measure_end - tsc_at_measure_start; in mperf_get_count_freq()
210 mperf_get_tsc(&tsc_at_measure_end); in mperf_stop()
214 dprint("TSC diff: %llu\n", dbg - tsc_at_measure_end); in mperf_stop()