Searched refs:sigtrap (Results 1 – 13 of 13) sorted by relevance
| /linux/tools/testing/selftests/x86/ |
| H A D | sigtrap_loop.c | 35 static void sigtrap(int sig, siginfo_t *info, void *ctx_void) in sigtrap() function 63 sethandler(SIGTRAP, sigtrap, 0); in main()
|
| H A D | nx_stack.c | 153 static void sigtrap(int _, siginfo_t *__, void *uc_) in sigtrap() function 175 act.sa_sigaction = &sigtrap; in main()
|
| H A D | test_vsyscall.c | 469 static void sigtrap(int sig, siginfo_t *info, void *ctx_void) in sigtrap() function 489 sethandler(SIGTRAP, sigtrap, 0); in test_emulation()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | perf_skip.c | 72 attr.sigtrap = 1; in serial_test_perf_skip()
|
| /linux/tools/testing/selftests/perf_events/ |
| H A D | remove_on_exec.c | 54 .sigtrap = 1, in make_event_attr()
|
| H A D | sigtrap_threads.c | 63 .sigtrap = 1, /* Request synchronous SIGTRAP on event. */ in make_event_attr()
|
| /linux/tools/perf/tests/ |
| H A D | tests.h | 176 DECLARE_SUITE(sigtrap);
|
| H A D | Build | 65 perf-test-y += sigtrap.o
|
| /linux/tools/testing/selftests/landlock/ |
| H A D | scoped_signal_test.c | 35 FIXTURE_VARIANT_ADD(scoping_signals, sigtrap) { in FIXTURE_VARIANT_ADD() argument
|
| /linux/include/uapi/linux/ |
| H A D | perf_event.h | 466 sigtrap : 1, /* send synchronous SIGTRAP on event */ member
|
| /linux/tools/include/uapi/linux/ |
| H A D | perf_event.h | 466 sigtrap : 1, /* send synchronous SIGTRAP on event */ member
|
| /linux/tools/perf/util/ |
| H A D | perf_event_attr_fprintf.c | 345 PRINT_ATTRf(sigtrap, p_unsigned); in perf_event_attr__fprintf()
|
| /linux/kernel/events/ |
| H A D | core.c | 10717 if (event->attr.sigtrap) { in __perf_event_overflow() 11350 if (event->attr.sigtrap) in __perf_tp_event_target_task() 13283 if (attr->sigtrap && !task) { in perf_event_alloc() 13619 if (attr->sigtrap && !attr->remove_on_exec) in perf_copy_attr() 13771 if (attr->sigtrap) { in perf_check_permission() 14879 (event->attr.sigtrap && (clone_flags & CLONE_CLEAR_SIGHAND))) { in inherit_task_group()
|