Home
last modified time | relevance | path

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

/linux/tools/perf/util/
A Dtsc.h26 u64 tsc_to_perf_time(u64 cyc, struct perf_tsc_conversion *tc);
A Dtsc.c29 u64 tsc_to_perf_time(u64 cyc, struct perf_tsc_conversion *tc) in tsc_to_perf_time() function
A Dintel-pt.c1502 sample->time = tsc_to_perf_time(ptq->timestamp, &pt->tc); in intel_pt_prep_b_sample()
2035 sample.time = tsc_to_perf_time(timestamp, &pt->tc); in intel_pt_do_synth_pebs_sample()
2198 tm = pt->timeless_decoding ? 0 : tsc_to_perf_time(tm, &pt->tc); in intel_ptq_synth_error()
3536 tm = tsc_to_perf_time(tsc, &pt->tc); in intel_pt_tsc_start()
3543 tm = tsc_to_perf_time(++tsc, &pt->tc); in intel_pt_tsc_start()
3556 tm = tsc_to_perf_time(tsc, &pt->tc); in intel_pt_tsc_end()
3563 tm = tsc_to_perf_time(--tsc, &pt->tc); in intel_pt_tsc_end()
A Djitdump.c425 return tsc_to_perf_time(timestamp, &tc); in convert_timestamp()
A Darm-spe.c277 sample->time = tsc_to_perf_time(record->timestamp, &spe->tc); in arm_spe_prep_sample()
/linux/tools/perf/tests/
A Dperf-time-to-tsc.c175 test_time = tsc_to_perf_time(test_tsc, &tc); in test__perf_time_to_tsc()

Completed in 17 milliseconds