Searched refs:sigtrap_handler (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/testing/selftests/perf_events/
H A Dremove_on_exec.c59 static void sigtrap_handler(int signum, siginfo_t *info, void *ucontext) function
84 action.sa_sigaction = sigtrap_handler;
236 action.sa_sigaction = sigtrap_handler;
H A Dsigtrap_threads.c71 static void sigtrap_handler(int signum, siginfo_t *info, void *ucontext) function
128 action.sa_sigaction = sigtrap_handler;
/linux-master/tools/perf/tests/
H A Dsigtrap.c167 sigtrap_handler(int signum __maybe_unused, siginfo_t *info, void *ucontext __maybe_unused) function
251 action.sa_sigaction = sigtrap_handler;

Completed in 135 milliseconds