Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dperf_event.h802 PERF_RECORD_AUX = 11, enumerator
/linux-4.4.14/tools/perf/util/
Devent.c26 [PERF_RECORD_AUX] = "AUX",
873 case PERF_RECORD_AUX: in perf_event__fprintf()
Dsession.c633 [PERF_RECORD_AUX] = perf_event__aux_swap,
1103 case PERF_RECORD_AUX: in machines__deliver_event()
1356 stats->nr_events[PERF_RECORD_AUX]); in perf_session__warn_about_errors()
Dintel-bts.c631 if (event->header.type == PERF_RECORD_AUX && in intel_bts_process_event()
Dmachine.c1474 case PERF_RECORD_AUX: in machine__process_event()
Dintel-pt.c1678 if (event->header.type == PERF_RECORD_AUX && in intel_pt_process_event()
/linux-4.4.14/tools/perf/Documentation/
Dintel-pt.txt468 If trace data is lost, the driver sets 'truncated' in the PERF_RECORD_AUX event
473 again 'truncated' is set in the PERF_RECORD_AUX event. If the driver has to
/linux-4.4.14/kernel/events/
Dcore.c6175 .type = PERF_RECORD_AUX, in perf_event_aux_event()