Home
last modified time | relevance | path

Searched refs:event_contains (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dtsc.c130 if (event_contains(*tc, time_cycles)) { in perf_event__fprintf_time_conv()
H A Djitdump.c410 if (event_contains(*time_conv, time_cycles)) { in convert_timestamp()
H A Darm-spe.c1335 if (event_contains(*tc, time_cycles)) { in arm_spe_process_auxtrace_info()
H A Dcs-etm.c3358 if (event_contains(*tc, time_cycles)) { in cs_etm__process_auxtrace_info_full()
H A Dsession.c993 if (event_contains(event->time_conv, time_cycles)) { in perf_event__time_conv_swap()
/openbmc/linux/tools/lib/perf/include/perf/
H A Devent.h11 #define event_contains(obj, mem) ((obj).header.size > offsetof(typeof(obj), mem)) macro