Home
last modified time | relevance | path

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

/external/linux-tools-perf/src/tools/perf/arch/x86/util/
Dtsc.h18 u64 tsc_to_perf_time(u64 cyc, struct perf_tsc_conversion *tc);
Dtsc.c22 u64 tsc_to_perf_time(u64 cyc, struct perf_tsc_conversion *tc) in tsc_to_perf_time() function
/external/linux-tools-perf/src/tools/perf/tests/
Dperf-time-to-tsc.c145 test_time = tsc_to_perf_time(test_tsc, &tc); in test__perf_time_to_tsc()