Searched refs:PERF_RECORD_AUX (Results 1 – 12 of 12) sorted by relevance
/linux/tools/perf/util/ |
H A D | event.c | 50 [PERF_RECORD_AUX] = "AUX", 578 case PERF_RECORD_AUX: in perf_event__fprintf()
|
H A D | session.c | 708 [PERF_RECORD_AUX] = perf_event__aux_swap, 1307 case PERF_RECORD_AUX: in machines__deliver_event() 1685 stats->nr_events[PERF_RECORD_AUX]); in perf_session__warn_about_errors() 1698 stats->nr_events[PERF_RECORD_AUX], in perf_session__warn_about_errors() 1709 stats->nr_events[PERF_RECORD_AUX]); in perf_session__warn_about_errors()
|
H A D | s390-cpumsf.c | 943 if (event->header.type == PERF_RECORD_AUX && in s390_cpumsf_process_event()
|
H A D | intel-bts.c | 627 if (event->header.type == PERF_RECORD_AUX && in intel_bts_process_event()
|
H A D | cs-etm.c | 2829 case PERF_RECORD_AUX: in cs_etm__process_event() 2993 * want to reset the decoder for every PERF_RECORD_AUX event, and the decoder 3126 if (event->header.type != PERF_RECORD_AUX) in cs_etm__queue_aux_records_cb()
|
H A D | machine.c | 1931 case PERF_RECORD_AUX: in machine__process_event()
|
H A D | intel-pt.c | 3503 if (event->header.type == PERF_RECORD_AUX && in intel_pt_process_event()
|
/linux/include/uapi/linux/ |
H A D | perf_event.h | 1079 PERF_RECORD_AUX = 11, enumerator
|
/linux/tools/include/uapi/linux/ |
H A D | perf_event.h | 1079 PERF_RECORD_AUX = 11, enumerator
|
/linux/Documentation/userspace-api/ |
H A D | perf_ring_buffer.rst | 738 - 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 D | perf-intel-pt.txt | 699 If trace data is lost, the driver sets 'truncated' in the PERF_RECORD_AUX event 704 again 'truncated' is set in the PERF_RECORD_AUX event. If the driver has to
|
/linux/kernel/events/ |
H A D | core.c | 9119 .type = PERF_RECORD_AUX, in perf_event_aux_event()
|