Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/tools/include/uapi/linux/
H A Dperf_event.h907 PERF_RECORD_EXIT = 4, enumerator
/openbmc/linux/include/uapi/linux/
H A Dperf_event.h907 PERF_RECORD_EXIT = 4, enumerator
/openbmc/linux/tools/perf/util/
H A Devent.c44 [PERF_RECORD_EXIT] = "EXIT",
543 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 Dpython.c653 [PERF_RECORD_EXIT] = &pyrf_task_event__type,
H A Dsession.c1007 [PERF_RECORD_EXIT] = perf_event__task_swap,
1577 case PERF_RECORD_EXIT: in machines__deliver_event()
H A Dcs-etm.c2731 case PERF_RECORD_EXIT: in cs_etm__process_event()
H A Dmachine.c2189 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()
/openbmc/linux/kernel/events/
H A Dcore.c8239 if (task_event->event_id.header.type == PERF_RECORD_EXIT) { in perf_event_task_output()
8276 .type = new ? PERF_RECORD_FORK : PERF_RECORD_EXIT, in perf_event_task()