Searched refs:SIGUSR2 (Results 1 – 21 of 21) sorted by relevance
| /tools/testing/selftests/signal/ |
| A D | mangle_uc_sigmask.c | 49 ret = sigismember(&(((ucontext_t *)uc)->uc_sigmask), SIGUSR2); in handler_verify_ucontext() 56 if (raise(SIGUSR2)) in handler_verify_ucontext() 118 if (sigaddset(&((ucontext_t *)uc)->uc_sigmask, SIGUSR2)) in handler_usr() 155 if (raise(SIGUSR2)) in main() 180 ksft_test_result(sigismember(&oldset, SIGUSR2) == 1, in main()
|
| A D | sas.c | 102 raise(SIGUSR2); in switch_fn() 124 sigaction(SIGUSR2, &act, NULL); in main()
|
| /tools/testing/selftests/powerpc/signal/ |
| A D | sig_sc_double_restart.c | 36 kill(getpid(), SIGUSR2); in SIGUSR1_handler() 103 sigaddset(&act.sa_mask, SIGUSR2); in test_restart() 114 if (sigaction(SIGUSR2, &act, NULL) == -1) { in test_restart()
|
| /tools/testing/selftests/timens/ |
| A D | clock_nanosleep.c | 21 if (sig == SIGUSR2) in test_sig() 51 signal(SIGUSR2, test_sig); in run_test() 95 pthread_kill(thread, SIGUSR2); in run_test()
|
| /tools/testing/selftests/powerpc/pmu/sampling_tests/ |
| A D | mmcr2_fcs_fch_test.c | 39 FAIL_IF(sigaction(SIGUSR2, &sigact, NULL)); in mmcr2_fcs_fch() 40 FAIL_IF(kill(getpid(), SIGUSR2)); in mmcr2_fcs_fch()
|
| /tools/testing/selftests/clone3/ |
| A D | clone3_clear_sighand.c | 76 ret = sigaction(SIGUSR2, &act, NULL); in test_clone3_clear_sighand() 97 ret = sigaction(SIGUSR2, NULL, &act); in test_clone3_clear_sighand()
|
| /tools/testing/selftests/arm64/fp/ |
| A D | asm-offsets.h | 6 #define SIGUSR2 12 macro
|
| A D | kernel-test.c | 272 ret = sigaction(SIGUSR2, &sa, NULL); in main()
|
| A D | zt-test.S | 218 mov w0, #SIGUSR2
|
| A D | fpsimd-test.S | 236 mov w0, #SIGUSR2
|
| A D | za-test.S | 249 mov w0, #SIGUSR2
|
| A D | sve-test.S | 399 mov w0, #SIGUSR2
|
| /tools/testing/selftests/powerpc/mm/ |
| A D | wild_bctr.c | 136 FAIL_IF(sigaction(SIGUSR2, &usr2, NULL)); in test_wild_bctr() 144 kill(getpid(), SIGUSR2); in test_wild_bctr()
|
| /tools/testing/selftests/mm/ |
| A D | pkey_sighandler_tests.c | 150 syscall_raw(SYS_tkill, tid, SIGUSR2, 0, 0, 0, 0); in raise_sigusr2() 465 if (sigaction(SIGUSR2, &sa, NULL) == -1) { in test_pkru_sigreturn()
|
| /tools/testing/selftests/x86/ |
| A D | test_syscall_vdso.c | 195 sigaddset(&sigmask, SIGUSR2); in prep_args()
|
| A D | sigreturn.c | 522 sethandler(SIGUSR2, sigusr2, 0); in test_nonstrict_ss() 527 raise(SIGUSR2); in test_nonstrict_ss()
|
| /tools/testing/selftests/arm64/gcs/ |
| A D | gcs-stress-thread.S | 19 #define SIGUSR2 12 macro
|
| /tools/perf/Documentation/ |
| A D | perf-record.txt | 538 In Snapshot Mode trace data is captured only when signal SIGUSR2 is received 632 - "signal" - when receiving a SIGUSR2 (default value) or 656 thread will also send a SIGUSR2 to the main one.
|
| A D | perf-intel-pt.txt | 717 Note that the signal sent is SIGUSR2.
|
| /tools/perf/ |
| A D | builtin-daemon.c | 1438 cmd.signal.sig = SIGUSR2; in __cmd_signal()
|
| A D | builtin-record.c | 2182 pthread_kill(rec->thread_id, SIGUSR2); in record__process_signal_event() 2420 signal(SIGUSR2, snapshot_sig_handler); in __cmd_record() 2426 signal(SIGUSR2, SIG_IGN); in __cmd_record()
|
Completed in 33 milliseconds