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

/linux-4.1.27/tools/perf/util/
H A Dtsc.h8 u64 perf_time_to_tsc(u64 ns, struct perf_tsc_conversion *tc);
H A Dtsc.c6 u64 perf_time_to_tsc(u64 ns, struct perf_tsc_conversion *tc) perf_time_to_tsc() function
/linux-4.1.27/tools/perf/tests/
H A Dperf-time-to-tsc.c135 comm1_tsc = perf_time_to_tsc(comm1_time, &tc); test__perf_time_to_tsc()
136 comm2_tsc = perf_time_to_tsc(comm2_time, &tc); test__perf_time_to_tsc()

Completed in 124 milliseconds