Searched refs:event_contains (Results 1 – 5 of 5) sorted by relevance
130 if (event_contains(*tc, time_cycles)) { in perf_event__fprintf_time_conv()
415 if (event_contains(*time_conv, time_cycles)) { in convert_timestamp()
1217 if (event_contains(*tc, time_cycles)) { in arm_spe_process_auxtrace_info()
984 if (event_contains(event->time_conv, time_cycles)) { in perf_event__time_conv_swap()
11 #define event_contains(obj, mem) ((obj).header.size > offsetof(typeof(obj), mem)) macro