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

/linux-master/tools/power/cpupower/debug/kernel/
H A DMakefile8 obj-m += cpufreq-test_tsc.o
/linux-master/tools/perf/tests/
H A Dperf-time-to-tsc.c88 u64 test_tsc, comm1_tsc, comm2_tsc; local
141 test_tsc = rdtsc();
180 test_time = tsc_to_perf_time(test_tsc, &tc);
187 test_time, test_tsc);
195 if (test_tsc <= comm1_tsc ||
196 test_tsc >= comm2_tsc)

Completed in 119 milliseconds