Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/arch/x86/util/
Dtsc.c57 .time_conv = { in perf_event__synth_time_conv()
77 event.time_conv.time_mult = tc.time_mult; in perf_event__synth_time_conv()
78 event.time_conv.time_shift = tc.time_shift; in perf_event__synth_time_conv()
79 event.time_conv.time_zero = tc.time_zero; in perf_event__synth_time_conv()
/Linux-v4.19/tools/perf/util/
Dtool.h68 time_conv, member
Djitdump.c199 if (jd->use_arch_timestamp && !jd->session->time_conv.time_mult) { in jit_open()
375 tc.time_shift = jd->session->time_conv.time_shift; in convert_timestamp()
376 tc.time_mult = jd->session->time_conv.time_mult; in convert_timestamp()
377 tc.time_zero = jd->session->time_conv.time_zero; in convert_timestamp()
Dsession.h30 struct time_conv_event time_conv; member
Dsession.c424 if (tool->time_conv == NULL) in perf_tool__fill_defaults()
425 tool->time_conv = process_event_op2_stub; in perf_tool__fill_defaults()
1404 session->time_conv = event->time_conv; in perf_session__process_user_event()
1405 return tool->time_conv(tool, event, session); in perf_session__process_user_event()
Devent.h652 struct time_conv_event time_conv; member
/Linux-v4.19/tools/perf/
Dbuiltin-inject.c767 .time_conv = perf_event__repipe_op2_synth, in cmd_inject()