Home
last modified time | relevance | path

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

/Linux-v5.10/tools/perf/util/
Dtsc.c78 .time_conv = { in perf_event__synth_time_conv()
98 event.time_conv.time_mult = tc.time_mult; in perf_event__synth_time_conv()
99 event.time_conv.time_shift = tc.time_shift; in perf_event__synth_time_conv()
100 event.time_conv.time_zero = tc.time_zero; in perf_event__synth_time_conv()
101 event.time_conv.time_cycles = tc.time_cycles; in perf_event__synth_time_conv()
102 event.time_conv.time_mask = tc.time_mask; in perf_event__synth_time_conv()
103 event.time_conv.cap_user_time_zero = tc.cap_user_time_zero; in perf_event__synth_time_conv()
104 event.time_conv.cap_user_time_short = tc.cap_user_time_short; in perf_event__synth_time_conv()
Djitdump.c201 if (jd->use_arch_timestamp && !jd->session->time_conv.time_mult) { in jit_open()
377 tc.time_shift = jd->session->time_conv.time_shift; in convert_timestamp()
378 tc.time_mult = jd->session->time_conv.time_mult; in convert_timestamp()
379 tc.time_zero = jd->session->time_conv.time_zero; in convert_timestamp()
380 tc.time_cycles = jd->session->time_conv.time_cycles; in convert_timestamp()
381 tc.time_mask = jd->session->time_conv.time_mask; in convert_timestamp()
382 tc.cap_user_time_zero = jd->session->time_conv.cap_user_time_zero; in convert_timestamp()
383 tc.cap_user_time_short = jd->session->time_conv.cap_user_time_short; in convert_timestamp()
Dtool.h71 time_conv, member
Dsession.h31 struct perf_record_time_conv time_conv; member
Dsession.c533 if (tool->time_conv == NULL) in perf_tool__fill_defaults()
534 tool->time_conv = process_event_op2_stub; in perf_tool__fill_defaults()
1615 session->time_conv = event->time_conv; in perf_session__process_user_event()
1616 return tool->time_conv(session, event); in perf_session__process_user_event()
/Linux-v5.10/tools/lib/perf/include/perf/
Devent.h410 struct perf_record_time_conv time_conv; member
/Linux-v5.10/tools/perf/
Dbuiltin-inject.c831 .time_conv = perf_event__repipe_op2_synth, in cmd_inject()