| /tools/lib/subcmd/ |
| D | sigchain.c | 14 static void check_signum(int sig) in check_signum() 20 static int sigchain_push(int sig, sigchain_fun f) in sigchain_push() 33 int sigchain_pop(int sig) in sigchain_pop()
|
| /tools/testing/selftests/x86/ |
| D | syscall_arg_fault.c | 29 static void sethandler(int sig, void (*handler)(int, siginfo_t *, void *), in sethandler() argument 46 static void sigsegv(int sig, siginfo_t *info, void *ctx_void) in sigsegv() 61 static void sigill(int sig, siginfo_t *info, void *ctx_void) in sigill()
|
| D | iopl.c | 24 static void sethandler(int sig, void (*handler)(int, siginfo_t *, void *), in sethandler() argument 39 static void sigsegv(int sig, siginfo_t *si, void *ctx_void) in sigsegv()
|
| D | vdso_restorer.c | 42 static void handler_with_siginfo(int sig, siginfo_t *info, void *ctx_void) in handler_with_siginfo() 47 static void handler_without_siginfo(int sig) in handler_without_siginfo()
|
| D | syscall_nt.c | 47 static void sethandler(int sig, void (*handler)(int, siginfo_t *, void *), in sethandler() argument 59 static void sigtrap(int sig, siginfo_t *si, void *ctx_void) in sigtrap()
|
| D | entry_from_vm86.c | 31 static void sethandler(int sig, void (*handler)(int, siginfo_t *, void *), in sethandler() argument 43 static void clearhandler(int sig) in clearhandler() 55 static void sighandler(int sig, siginfo_t *info, void *ctx_void) in sighandler()
|
| D | single_step_syscall.c | 42 static void sethandler(int sig, void (*handler)(int, siginfo_t *, void *), in sethandler() argument 81 static void sigtrap(int sig, siginfo_t *info, void *ctx_void) in sigtrap()
|
| D | ptrace_syscall.c | 95 static void sethandler(int sig, void (*handler)(int, siginfo_t *, void *), in sethandler() argument 107 static void setsigign(int sig, int flags) in setsigign() 118 static void clearhandler(int sig) in clearhandler() 134 static void empty_handler(int sig, siginfo_t *si, void *ctx_void) in empty_handler()
|
| D | sigreturn.c | 152 static void sethandler(int sig, void (*handler)(int, siginfo_t *, void *), in sethandler() argument 164 static void clearhandler(int sig) in clearhandler() 402 static void validate_signal_ss(int sig, ucontext_t *ctx) in validate_signal_ss() 446 static void sigusr1(int sig, siginfo_t *info, void *ctx_void) in sigusr1() 473 static void sigtrap(int sig, siginfo_t *info, void *ctx_void) in sigtrap() 518 static void sigusr2(int sig, siginfo_t *info, void *ctx_void) in sigusr2()
|
| D | fsgsbase.c | 36 static void sethandler(int sig, void (*handler)(int, siginfo_t *, void *), in sethandler() argument 48 static void clearhandler(int sig) in clearhandler() 58 static void sigsegv(int sig, siginfo_t *si, void *ctx_void) in sigsegv()
|
| D | test_FISTTP.c | 111 void sighandler(int sig) in sighandler()
|
| D | test_FCMOV.c | 47 void sighandler(int sig) in sighandler()
|
| D | unwind_vdso.c | 53 static void sethandler(int sig, void (*handler)(int, siginfo_t *, void *), in sethandler() argument 135 static void sigtrap(int sig, siginfo_t *info, void *ctx_void) in sigtrap()
|
| /tools/testing/selftests/prctl/ |
| D | disable-tsc-ctxt-sw-stress-test.c | 38 static void sigsegv_expect(int sig) in sigsegv_expect() 58 static void sigsegv_fail(int sig) in sigsegv_fail()
|
| D | disable-tsc-test.c | 40 static void sigsegv_cb(int sig) in sigsegv_cb()
|
| D | disable-tsc-on-off-stress-test.c | 42 static void sigsegv_cb(int sig) in sigsegv_cb()
|
| /tools/perf/tests/ |
| D | bp_signal.c | 106 static int __event(bool is_x, void *addr, int sig) in __event() 144 static int bp_event(void *addr, int sig) in bp_event() 149 static int wp_event(void *addr, int sig) in wp_event()
|
| /tools/perf/ui/tui/ |
| D | setup.c | 98 static void ui__signal_backtrace(int sig) in ui__signal_backtrace() 116 static void ui__signal(int sig) in ui__signal()
|
| /tools/perf/trace/beauty/ |
| D | signum.c | 4 int sig = arg->val; in syscall_arg__scnprintf_signum() local
|
| /tools/testing/selftests/sigaltstack/ |
| D | sas.c | 33 void my_usr1(int sig, siginfo_t *si, void *u) in my_usr1() 72 void my_usr2(int sig, siginfo_t *si, void *u) in my_usr2()
|
| /tools/testing/selftests/filesystems/ |
| D | dnotify_test.c | 10 static void handler(int sig, siginfo_t *si, void *data) in handler()
|
| /tools/testing/selftests/powerpc/signal/ |
| D | signal_tm.c | 32 static void signal_handler(int sig) in signal_handler()
|
| D | signal.c | 32 static void signal_handler(int sig) in signal_handler()
|
| /tools/testing/selftests/watchdog/ |
| D | watchdog-test.c | 37 static void term(int sig) in term()
|
| /tools/testing/selftests/ptrace/ |
| D | peeksiginfo.c | 14 static int sys_rt_sigqueueinfo(pid_t tgid, int sig, siginfo_t *uinfo) in sys_rt_sigqueueinfo() 20 int sig, siginfo_t *uinfo) in sys_rt_tgsigqueueinfo()
|