Home
last modified time | relevance | path

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

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