Home
last modified time | relevance | path

Searched refs:PERF_AUX_FLAG_COLLISION (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/tools/include/uapi/linux/
H A Dperf_event.h1254 #define PERF_AUX_FLAG_COLLISION 0x08 /* sample collided with another */ macro
/openbmc/linux/include/uapi/linux/
H A Dperf_event.h1254 #define PERF_AUX_FLAG_COLLISION 0x08 /* sample collided with another */ macro
/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-trbe.c278 perf_aux_output_flag(handle, PERF_AUX_FLAG_COLLISION); in trbe_report_wrap_event()
/openbmc/linux/drivers/perf/
H A Darm_spe_pmu.c614 perf_aux_output_flag(handle, PERF_AUX_FLAG_COLLISION); in arm_spe_pmu_buf_get_fault_act()
/openbmc/linux/tools/perf/util/
H A Dsession.c1601 if (event->aux.flags & PERF_AUX_FLAG_COLLISION) in machines__deliver_event()