Searched refs:tsc_at_measure_start (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/tools/power/cpupower/utils/idle_monitor/
H A Dnhm_idle.c65 static unsigned long long tsc_at_measure_start; variable
112 (tsc_at_measure_end - tsc_at_measure_start); nhm_get_count_percent()
120 (unsigned long long) tsc_at_measure_end - tsc_at_measure_start, nhm_get_count_percent()
132 nhm_get_count(TSC, &tsc_at_measure_start, 0); nhm_start()
141 dprint("TSC diff: %llu\n", dbg - tsc_at_measure_start); nhm_start()
H A Dhsw_ext_idle.c57 static unsigned long long tsc_at_measure_start; variable
100 (tsc_at_measure_end - tsc_at_measure_start); hsw_ext_get_count_percent()
108 (unsigned long long) tsc_at_measure_end - tsc_at_measure_start, hsw_ext_get_count_percent()
126 hsw_ext_get_count(TSC, &tsc_at_measure_start, 0); hsw_ext_start()
H A Dsnb_idle.c54 static unsigned long long tsc_at_measure_start; variable
97 (tsc_at_measure_end - tsc_at_measure_start); snb_get_count_percent()
105 (unsigned long long) tsc_at_measure_end - tsc_at_measure_start, snb_get_count_percent()
123 snb_get_count(TSC, &tsc_at_measure_start, 0); snb_start()
H A Dmperf_monitor.c70 static unsigned long long tsc_at_measure_start; variable
133 tsc_diff = tsc_at_measure_end - tsc_at_measure_start; mperf_get_count_percent()
170 tsc_diff = tsc_at_measure_end - tsc_at_measure_start; mperf_get_count_freq()
192 mperf_get_tsc(&tsc_at_measure_start); mperf_start()
198 dprint("TSC diff: %llu\n", dbg - tsc_at_measure_start); mperf_start()

Completed in 64 milliseconds