Home
last modified time | relevance | path

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

/linux/tools/perf/tests/
A Dperf-time-to-tsc.c176 comm1_tsc = perf_time_to_tsc(comm1_time, &tc); in test__perf_time_to_tsc()
177 comm2_tsc = perf_time_to_tsc(comm2_time, &tc); in test__perf_time_to_tsc()
203 DEFINE_SUITE("Convert perf time to TSC", perf_time_to_tsc);
A Dtests.h147 DECLARE_SUITE(perf_time_to_tsc);
/linux/tools/perf/util/
A Dtsc.h25 u64 perf_time_to_tsc(u64 ns, struct perf_tsc_conversion *tc);
A Dtsc.c18 u64 perf_time_to_tsc(u64 ns, struct perf_tsc_conversion *tc) in perf_time_to_tsc() function
A Dintel-pt.c2805 ptq->timestamp = perf_time_to_tsc(timestamp, in intel_pt_sync_switch()
2841 cpu, tid, sample->time, perf_time_to_tsc(sample->time, in intel_pt_process_switch()
2934 perf_time_to_tsc(sample->time, &pt->tc)); in intel_pt_process_itrace_start()
3045 timestamp = perf_time_to_tsc(sample->time, &pt->tc); in intel_pt_process_event()
3227 timestamp = perf_time_to_tsc(sample->time, &pt->tc); in intel_pt_queue_data()
3533 tsc = perf_time_to_tsc(ns, &pt->tc); in intel_pt_tsc_start()
3553 tsc = perf_time_to_tsc(ns, &pt->tc); in intel_pt_tsc_end()
A Dintel-bts.c610 timestamp = perf_time_to_tsc(sample->time, &bts->tc); in intel_bts_process_event()
A Darm-spe.c767 timestamp = perf_time_to_tsc(sample->time, &spe->tc); in arm_spe_process_event()

Completed in 19 milliseconds