Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dtsc.h8 u64 perf_time_to_tsc(u64 ns, struct perf_tsc_conversion *tc);
Dtsc.c6 u64 perf_time_to_tsc(u64 ns, struct perf_tsc_conversion *tc) in perf_time_to_tsc() function
Dintel-pt.c1533 ptq->timestamp = perf_time_to_tsc(timestamp, in intel_pt_sync_switch()
1569 cpu, tid, sample->time, perf_time_to_tsc(sample->time, in intel_pt_process_switch()
1610 cpu, pid, tid, sample->time, perf_time_to_tsc(sample->time, in intel_pt_context_switch()
1630 perf_time_to_tsc(sample->time, &pt->tc)); in intel_pt_process_itrace_start()
1656 timestamp = perf_time_to_tsc(sample->time, &pt->tc); in intel_pt_process_event()
Dintel-bts.c614 timestamp = perf_time_to_tsc(sample->time, &bts->tc); in intel_bts_process_event()
/linux-4.4.14/tools/perf/arch/x86/tests/
Dperf-time-to-tsc.c137 comm1_tsc = perf_time_to_tsc(comm1_time, &tc); in test__perf_time_to_tsc()
138 comm2_tsc = perf_time_to_tsc(comm2_time, &tc); in test__perf_time_to_tsc()