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

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

Completed in 23 milliseconds