Home
last modified time | relevance | path

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

/external/linux-tools-perf/src/tools/perf/tests/
Dperf-time-to-tsc.c68 u64 test_tsc, comm1_tsc, comm2_tsc; in test__perf_time_to_tsc() local
111 test_tsc = rdtsc(); in test__perf_time_to_tsc()
145 test_time = tsc_to_perf_time(test_tsc, &tc); in test__perf_time_to_tsc()
152 test_time, test_tsc); in test__perf_time_to_tsc()
160 if (test_tsc <= comm1_tsc || in test__perf_time_to_tsc()
161 test_tsc >= comm2_tsc) in test__perf_time_to_tsc()