Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/tests/
H A Dperf-record.c229 type == PERF_RECORD_EXIT) && in test__PERF_RECORD()
250 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-6.15/tools/include/uapi/linux/
H A Dperf_event.h922 PERF_RECORD_EXIT = 4, enumerator
/linux-6.15/include/uapi/linux/
H A Dperf_event.h922 PERF_RECORD_EXIT = 4, enumerator
/linux-6.15/tools/perf/util/
H A Devent.c44 [PERF_RECORD_EXIT] = "EXIT",
563 case PERF_RECORD_EXIT: in perf_event__fprintf()
H A Dintel-bts.c623 if (event->header.type == PERF_RECORD_EXIT) { in intel_bts_process_event()
H A Dsession.c703 [PERF_RECORD_EXIT] = perf_event__task_swap,
1309 case PERF_RECORD_EXIT: in machines__deliver_event()
H A Dpython.c458 [PERF_RECORD_EXIT] = &pyrf_task_event__type,
H A Darm-spe.c1216 if (event->header.type == PERF_RECORD_EXIT) { in arm_spe_process_event()
H A Dcs-etm.c2829 case PERF_RECORD_EXIT: in cs_etm__process_event()
H A Dmachine.c1931 case PERF_RECORD_EXIT: in machine__process_event()
H A Dintel-pt.c3535 } else if (event->header.type == PERF_RECORD_EXIT) { in intel_pt_process_event()
/linux-6.15/kernel/events/
H A Dcore.c8692 if (task_event->event_id.header.type == PERF_RECORD_EXIT) { in perf_event_task_output()
8729 .type = new ? PERF_RECORD_FORK : PERF_RECORD_EXIT, in perf_event_task()