Searched refs:perf_time_to_tsc (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/tools/perf/tests/ |
D | perf-time-to-tsc.c | 180 comm1_tsc = perf_time_to_tsc(comm1_time, &tc); in test__perf_time_to_tsc() 181 comm2_tsc = perf_time_to_tsc(comm2_time, &tc); in test__perf_time_to_tsc() 210 TEST_CASE_REASON("Perf time to TSC", perf_time_to_tsc,
|
D | tests.h | 147 DECLARE_SUITE(perf_time_to_tsc);
|
/linux-6.1.9/tools/perf/util/ |
D | tsc.h | 25 u64 perf_time_to_tsc(u64 ns, struct perf_tsc_conversion *tc);
|
D | tsc.c | 18 u64 perf_time_to_tsc(u64 ns, struct perf_tsc_conversion *tc) in perf_time_to_tsc() function
|
D | intel-pt.c | 3123 ptq->timestamp = perf_time_to_tsc(timestamp, in intel_pt_sync_switch() 3159 cpu, tid, sample->time, perf_time_to_tsc(sample->time, in intel_pt_process_switch() 3282 perf_time_to_tsc(sample->time, &pt->tc)); in intel_pt_process_itrace_start() 3393 timestamp = perf_time_to_tsc(sample->time, &pt->tc); in intel_pt_process_event() 3575 timestamp = perf_time_to_tsc(sample->time, &pt->tc); in intel_pt_queue_data() 3903 tsc = perf_time_to_tsc(ns, &pt->tc); in intel_pt_tsc_start() 3923 tsc = perf_time_to_tsc(ns, &pt->tc); in intel_pt_tsc_end()
|
D | intel-bts.c | 610 timestamp = perf_time_to_tsc(sample->time, &bts->tc); in intel_bts_process_event()
|
D | arm-spe.c | 898 timestamp = perf_time_to_tsc(sample->time, &spe->tc); in arm_spe_process_event()
|
/linux-6.1.9/tools/perf/ |
D | builtin-inject.c | 1342 tsc = perf_time_to_tsc(guest_time, &gs->guest_tc); in guest_session__convert_time()
|