Searched refs:time_conv (Results 1 – 8 of 8) sorted by relevance
80 .time_conv = { in perf_event__synth_time_conv()100 event.time_conv.time_mult = tc.time_mult; in perf_event__synth_time_conv()101 event.time_conv.time_shift = tc.time_shift; in perf_event__synth_time_conv()102 event.time_conv.time_zero = tc.time_zero; in perf_event__synth_time_conv()103 event.time_conv.time_cycles = tc.time_cycles; in perf_event__synth_time_conv()104 event.time_conv.time_mask = tc.time_mask; in perf_event__synth_time_conv()105 event.time_conv.cap_user_time_zero = tc.cap_user_time_zero; in perf_event__synth_time_conv()106 event.time_conv.cap_user_time_short = tc.cap_user_time_short; in perf_event__synth_time_conv()
214 if (jd->use_arch_timestamp && !jd->session->time_conv.time_mult) { in jit_open()400 struct perf_record_time_conv *time_conv = &jd->session->time_conv; in convert_timestamp() local405 tc.time_shift = time_conv->time_shift; in convert_timestamp()406 tc.time_mult = time_conv->time_mult; in convert_timestamp()407 tc.time_zero = time_conv->time_zero; in convert_timestamp()415 if (event_contains(*time_conv, time_cycles)) { in convert_timestamp()416 tc.time_cycles = time_conv->time_cycles; in convert_timestamp()417 tc.time_mask = time_conv->time_mask; in convert_timestamp()418 tc.cap_user_time_zero = time_conv->cap_user_time_zero; in convert_timestamp()419 tc.cap_user_time_short = time_conv->cap_user_time_short; in convert_timestamp()
553 if (tool->time_conv == NULL) in perf_tool__fill_defaults()554 tool->time_conv = process_event_time_conv_stub; in perf_tool__fill_defaults()974 event->time_conv.time_shift = bswap_64(event->time_conv.time_shift); in perf_event__time_conv_swap()975 event->time_conv.time_mult = bswap_64(event->time_conv.time_mult); in perf_event__time_conv_swap()976 event->time_conv.time_zero = bswap_64(event->time_conv.time_zero); in perf_event__time_conv_swap()978 if (event_contains(event->time_conv, time_cycles)) { in perf_event__time_conv_swap()979 event->time_conv.time_cycles = bswap_64(event->time_conv.time_cycles); in perf_event__time_conv_swap()980 event->time_conv.time_mask = bswap_64(event->time_conv.time_mask); in perf_event__time_conv_swap()1665 session->time_conv = event->time_conv; in perf_session__process_user_event()1666 return tool->time_conv(session, event); in perf_session__process_user_event()
72 time_conv, member
37 struct perf_record_time_conv time_conv; member
1120 struct perf_record_time_conv *tc = &session->time_conv; in arm_spe_process_auxtrace_info()
429 struct perf_record_time_conv time_conv; member
905 .time_conv = perf_event__repipe_op2_synth, in cmd_inject()
Completed in 21 milliseconds