Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/arch/x86/tests/
H A Dperf-time-to-tsc.c68 u64 test_tsc, comm1_tsc, comm2_tsc; in test__perf_time_to_tsc() local
112 test_tsc = rdtsc(); in test__perf_time_to_tsc()
149 test_time = tsc_to_perf_time(test_tsc, &tc); in test__perf_time_to_tsc()
156 test_time, test_tsc); in test__perf_time_to_tsc()
164 if (test_tsc <= comm1_tsc || in test__perf_time_to_tsc()
165 test_tsc >= comm2_tsc) in test__perf_time_to_tsc()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/tools/power/cpupower/debug/kernel/
H A DMakefile8 obj-m += cpufreq-test_tsc.o
/kernel/linux/linux-6.6/tools/power/cpupower/debug/kernel/
H A DMakefile8 obj-m += cpufreq-test_tsc.o

Completed in 3 milliseconds