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

/linux-master/tools/power/cpupower/debug/kernel/
H A Dcpufreq-test_tsc.c57 u64 now_tsc, then_tsc, diff_tsc; local
91 diff_tsc = now_tsc - then_tsc;
92 printk(KERN_DEBUG "t1: %08u t2: %08u diff_pmtmr: %08u diff_tsc: %016llu\n", then, now, diff, diff_tsc);

Completed in 654 milliseconds