Home
last modified time | relevance | path

Searched refs:PERF_RECORD_EXIT (Results 1 – 13 of 13) sorted by relevance

/linux/tools/perf/tests/
H A Dperf-record.c228 type == PERF_RECORD_EXIT) && in test__PERF_RECORD()
249 case PERF_RECORD_EXIT: in test__PERF_RECORD()
H A Dtask-exit.c123 if (event->header.type == PERF_RECORD_EXIT) in test__task_exit()
/linux/tools/perf/util/
H A Devent.c44 [PERF_RECORD_EXIT] = "EXIT",
563 case PERF_RECORD_EXIT: in perf_event__fprintf()
H A Dintel-bts.c621 if (event->header.type == PERF_RECORD_EXIT) { in intel_bts_process_event()
H A Darm-spe.c929 if (event->header.type == PERF_RECORD_EXIT) { in arm_spe_process_event()
H A Dsession.c702 [PERF_RECORD_EXIT] = perf_event__task_swap,
1288 case PERF_RECORD_EXIT: in machines__deliver_event()
H A Dpython.c494 [PERF_RECORD_EXIT] = &pyrf_task_event__type,
H A Dcs-etm.c912 * already been processed on PERF_RECORD_EXIT anyway. in cs_etm__flush_events()
2809 case PERF_RECORD_EXIT: in cs_etm__process_event()
H A Dmachine.c1927 case PERF_RECORD_EXIT: in machine__process_event()
H A Dintel-pt.c3483 } else if (event->header.type == PERF_RECORD_EXIT) { in intel_pt_process_event()
/linux/include/uapi/linux/
H A Dperf_event.h911 PERF_RECORD_EXIT = 4, enumerator
/linux/tools/include/uapi/linux/
H A Dperf_event.h911 PERF_RECORD_EXIT = 4, enumerator
/linux/kernel/events/
H A Dcore.c8374 if (task_event->event_id.header.type == PERF_RECORD_EXIT) { in perf_event_task_output()
8411 .type = new ? PERF_RECORD_FORK : PERF_RECORD_EXIT, in perf_event_task()