Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dtsc.h9 u64 tsc_to_perf_time(u64 cyc, struct perf_tsc_conversion *tc);
Dtsc.c17 u64 tsc_to_perf_time(u64 cyc, struct perf_tsc_conversion *tc) in tsc_to_perf_time() function
Dintel-pt.c980 sample.time = tsc_to_perf_time(ptq->timestamp, &pt->tc); in intel_pt_synth_branch_sample()
1036 sample.time = tsc_to_perf_time(ptq->timestamp, &pt->tc); in intel_pt_synth_instruction_sample()
1093 sample.time = tsc_to_perf_time(ptq->timestamp, &pt->tc); in intel_pt_synth_transaction_sample()
/linux-4.4.14/tools/perf/arch/x86/tests/
Dperf-time-to-tsc.c136 test_time = tsc_to_perf_time(test_tsc, &tc); in test__perf_time_to_tsc()