Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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.c127 if (event->header.type == PERF_RECORD_EXIT) in test__task_exit()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Devent.c44 [PERF_RECORD_EXIT] = "EXIT",
481 case PERF_RECORD_EXIT: in perf_event__fprintf()
H A Darm-spe.c612 if (event->header.type == PERF_RECORD_EXIT) { in arm_spe_process_event()
618 if (event->header.type == PERF_RECORD_EXIT) { in arm_spe_process_event()
H A Dintel-bts.c621 if (event->header.type == PERF_RECORD_EXIT) { in intel_bts_process_event()
H A Dsession.c969 [PERF_RECORD_EXIT] = perf_event__task_swap,
1491 case PERF_RECORD_EXIT: in machines__deliver_event()
H A Dpython.c540 [PERF_RECORD_EXIT] = &pyrf_task_event__type,
H A Dcs-etm.c2366 event->header.type == PERF_RECORD_EXIT) in cs_etm__process_event()
H A Dmachine.c1966 case PERF_RECORD_EXIT: in machine__process_event()
H A Dintel-pt.c2743 } else if (event->header.type == PERF_RECORD_EXIT) { in intel_pt_process_event()
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dperf_event.h804 PERF_RECORD_EXIT = 4, enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dperf_event.h775 PERF_RECORD_EXIT = 4, enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dperf_event.h775 PERF_RECORD_EXIT = 4, enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dperf_event.h804 PERF_RECORD_EXIT = 4, enumerator
/OK3568_Linux_fs/kernel/kernel/events/
H A Dcore.c7613 if (task_event->event_id.header.type == PERF_RECORD_EXIT) { in perf_event_task_output()
7650 .type = new ? PERF_RECORD_FORK : PERF_RECORD_EXIT, in perf_event_task()