Home
last modified time | relevance | path

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

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