Home
last modified time | relevance | path

Searched refs:TRAP_PERF (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/testing/selftests/perf_events/
H A Dremove_on_exec.c61 if (info->si_code != TRAP_PERF) { in sigtrap_handler()
H A Dsigtrap_threads.c73 if (info->si_code != TRAP_PERF) { in sigtrap_handler()
/openbmc/linux/include/uapi/asm-generic/
H A Dsiginfo.h268 #define TRAP_PERF 6 /* perf event with sigtrap=1 */ macro
/openbmc/linux/kernel/
H A Dsignal.c1832 info.si_code = TRAP_PERF; in send_sig_perf()
3341 else if ((sig == SIGTRAP) && (si_code == TRAP_PERF)) in siginfo_layout()