Home
last modified time | relevance | path

Searched refs:sigtrap (Results 1 – 18 of 18) sorted by relevance

/openbmc/linux/tools/testing/selftests/x86/
H A Dsyscall_nt.c33 static void sigtrap(int sig, siginfo_t *si, void *ctx_void) in sigtrap() function
70 sethandler(SIGTRAP, sigtrap, 0); in main()
H A Dsyscall_arg_fault.c64 static void sigtrap(int sig, siginfo_t *info, void *ctx_void) in sigtrap() function
171 sethandler(SIGTRAP, sigtrap, SA_ONSTACK); in main()
H A Dsigreturn.c475 static void sigtrap(int sig, siginfo_t *info, void *ctx_void) in sigtrap() function
779 sethandler(SIGTRAP, sigtrap, SA_ONSTACK); in main()
830 sethandler(SIGSEGV, sigtrap, SA_ONSTACK); in main()
831 sethandler(SIGBUS, sigtrap, SA_ONSTACK); in main()
832 sethandler(SIGILL, sigtrap, SA_ONSTACK); /* 32-bit kernels do this */ in main()
H A Dunwind_vdso.c107 static void sigtrap(int sig, siginfo_t *info, void *ctx_void) in sigtrap() function
152 sethandler(SIGTRAP, sigtrap, 0); in main()
H A Dsingle_step_syscall.c71 static void sigtrap(int sig, siginfo_t *info, void *ctx_void) in sigtrap() function
151 sethandler(SIGTRAP, sigtrap, 0); in main()
H A Dmov_ss_trap.c116 static void sigtrap(int sig, siginfo_t *si, void *ctx_void) in sigtrap() function
154 sethandler(SIGTRAP, sigtrap, 0); in main()
H A Dtest_vsyscall.c515 static void sigtrap(int sig, siginfo_t *info, void *ctx_void) in sigtrap() function
533 sethandler(SIGTRAP, sigtrap, 0); in test_emulation()
/openbmc/linux/tools/perf/tests/
H A Dsigtrap.c49 .sigtrap = 1, /* Request synchronous SIGTRAP on event. */ in make_event_attr()
99 .sigtrap = 1, /* Request synchronous SIGTRAP on event. */ in attr_has_sigtrap()
227 DEFINE_SUITE("Sigtrap", sigtrap);
H A Dtests.h145 DECLARE_SUITE(sigtrap);
H A DBuild66 perf-y += sigtrap.o
/openbmc/linux/tools/testing/selftests/perf_events/
H A Dremove_on_exec.c54 .sigtrap = 1, in make_event_attr()
H A Dsigtrap_threads.c63 .sigtrap = 1, /* Request synchronous SIGTRAP on event. */ in make_event_attr()
/openbmc/linux/include/uapi/linux/
H A Dperf_event.h458 sigtrap : 1, /* send synchronous SIGTRAP on event */ member
/openbmc/linux/tools/include/uapi/linux/
H A Dperf_event.h458 sigtrap : 1, /* send synchronous SIGTRAP on event */ member
/openbmc/linux/tools/perf/util/
H A Dperf_event_attr_fprintf.c322 PRINT_ATTRf(sigtrap, p_unsigned); in perf_event_attr__fprintf()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/
H A Dmariadb.inc224 perl-module-posix perl-module-data-dumper perl-module-sigtrap perl-module-threads \
/openbmc/linux/kernel/events/
H A Dcore.c9625 if (event->attr.sigtrap) { in __perf_event_overflow()
9627 * The desired behaviour of sigtrap vs invalid samples is a bit in __perf_event_overflow()
10228 if (event->attr.sigtrap) in perf_tp_event_target_task()
11948 if (attr->sigtrap && !task) { in perf_event_alloc()
12281 if (attr->sigtrap && !attr->remove_on_exec) in perf_copy_attr()
12430 if (attr->sigtrap) { in perf_check_permission()
12432 * perf_event_attr::sigtrap sends signals to the other task. in perf_check_permission()
13536 /* Do not inherit if sigtrap and signal handlers were cleared. */ in inherit_task_group()
13537 (event->attr.sigtrap && (clone_flags & CLONE_CLEAR_SIGHAND))) { in inherit_task_group()
/openbmc/linux/
H A Dopengrok1.0.log[all...]