Home
last modified time | relevance | path

Searched refs:PERF_RECORD_AUX (Results 1 – 7 of 7) sorted by relevance

/linux/tools/perf/util/
H A Devent.c50 [PERF_RECORD_AUX] = "AUX",
578 case PERF_RECORD_AUX: in perf_event__fprintf()
H A Dcs-etm.c2840 case PERF_RECORD_AUX: in cs_etm__process_event()
3137 if (event->header.type != PERF_RECORD_AUX) in cs_etm__queue_aux_records_cb()
H A Dmachine.c1935 case PERF_RECORD_AUX: in machine__process_event()
/linux/tools/include/uapi/linux/
H A Dperf_event.h1088 PERF_RECORD_AUX = 11, enumerator
/linux/Documentation/userspace-api/
H A Dperf_ring_buffer.rst738 - It fills an event ``PERF_RECORD_AUX`` into the regular ring buffer, this
751 The event ``PERF_RECORD_AUX`` presents an AUX event which is handled in the
758 ``PERF_RECORD_AUXTRACE`` events, and the ``PERF_RECORD_AUX`` event is used to
785 hardware trace data, and the event ``PERF_RECORD_AUX`` is stored in the
/linux/tools/perf/Documentation/
H A Dperf-intel-pt.txt753 If trace data is lost, the driver sets 'truncated' in the PERF_RECORD_AUX event
758 again 'truncated' is set in the PERF_RECORD_AUX event. If the driver has to
/linux/kernel/events/
H A Dcore.c9216 .type = PERF_RECORD_AUX, in perf_event_aux_event()