Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dtsc.h20 u64 tsc_to_perf_time(u64 cyc, struct perf_tsc_conversion *tc);
Dtsc.c18 u64 tsc_to_perf_time(u64 cyc, struct perf_tsc_conversion *tc) in tsc_to_perf_time() function
Djitdump.c382 return tsc_to_perf_time(timestamp, &tc); in convert_timestamp()
Dintel-pt.c1061 sample->time = tsc_to_perf_time(ptq->timestamp, &pt->tc); in intel_pt_prep_b_sample()
/Linux-v4.19/tools/perf/arch/x86/tests/
Dperf-time-to-tsc.c144 test_time = tsc_to_perf_time(test_tsc, &tc); in test__perf_time_to_tsc()