Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dperf_event.h1264 #define PERF_AUX_FLAG_COLLISION 0x08 /* sample collided with another */ macro
/linux/tools/include/uapi/linux/
H A Dperf_event.h1264 #define PERF_AUX_FLAG_COLLISION 0x08 /* sample collided with another */ macro
/linux/drivers/perf/
H A Darm_spe_pmu.c592 perf_aux_output_flag(handle, PERF_AUX_FLAG_COLLISION); in arm_spe_pmu_buf_get_fault_act()
/linux/tools/perf/util/
H A Dsession.c1313 if (event->aux.flags & PERF_AUX_FLAG_COLLISION) in machines__deliver_event()