Home
last modified time | relevance | path

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

/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.c1543 if (event_contains(*tc, time_cycles)) {
H A Dsession.c688 if (event_contains(event->time_conv, time_cycles)) { in perf_event__time_conv_swap()
H A Dcs-etm.c3499 if (event_contains(*tc, time_cycles)) { in cs_etm__process_auxtrace_info_full()
/linux/tools/lib/perf/include/perf/
H A Devent.h11 #define event_contains(obj, mem) ((obj).header.size > offsetof(typeof(obj), mem)) macro