Searched refs:event_contains (Results 1 – 6 of 6) sorted by relevance
130 if (event_contains(*tc, time_cycles)) { in perf_event__fprintf_time_conv()
410 if (event_contains(*time_conv, time_cycles)) { in convert_timestamp()
1543 if (event_contains(*tc, time_cycles)) {
688 if (event_contains(event->time_conv, time_cycles)) { in perf_event__time_conv_swap()
3499 if (event_contains(*tc, time_cycles)) { in cs_etm__process_auxtrace_info_full()
11 #define event_contains(obj, mem) ((obj).header.size > offsetof(typeof(obj), mem)) macro