Home
last modified time | relevance | path

Searched refs:PTRACE_GETSIGINFO (Results 1 – 12 of 12) sorted by relevance

/linux-6.12.1/include/uapi/linux/
Dptrace.h30 #define PTRACE_GETSIGINFO 0x4202 macro
/linux-6.12.1/tools/testing/selftests/cgroup/
Dtest_freezer.c622 if (ptrace(PTRACE_GETSIGINFO, pid, NULL, &siginfo)) in test_cgfreezer_ptrace()
748 if (ptrace(PTRACE_GETSIGINFO, pid, NULL, &siginfo)) in test_cgfreezer_ptraced()
/linux-6.12.1/tools/testing/selftests/breakpoints/
Dbreakpoint_test_arm64.c173 if (ptrace(PTRACE_GETSIGINFO, pid, NULL, &siginfo) != 0) { in run_test()
/linux-6.12.1/tools/testing/selftests/arm64/abi/
Dptrace.c206 if (ptrace(PTRACE_GETSIGINFO, pid, NULL, &si)) { in do_parent()
/linux-6.12.1/tools/testing/selftests/arm64/fp/
Dza-ptrace.c282 if (ptrace(PTRACE_GETSIGINFO, pid, NULL, &si)) { in do_parent()
Dzt-ptrace.c287 if (ptrace(PTRACE_GETSIGINFO, pid, NULL, &si)) { in do_parent()
Dsve-ptrace.c651 if (ptrace(PTRACE_GETSIGINFO, pid, NULL, &si)) { in do_parent()
/linux-6.12.1/arch/um/os-Linux/skas/
Dprocess.c430 ptrace(PTRACE_GETSIGINFO, pid, 0, (struct siginfo *)&si); in userspace()
/linux-6.12.1/kernel/
Dptrace.c1043 case PTRACE_GETSIGINFO: in ptrace_request()
1349 case PTRACE_GETSIGINFO: in compat_ptrace_request()
/linux-6.12.1/tools/testing/selftests/powerpc/ptrace/
Dptrace-hwbreak.c224 ptrace(PTRACE_GETSIGINFO, child_pid, NULL, &siginfo); in check_success()
/linux-6.12.1/Documentation/virt/uml/
Duser_mode_linux_howto_v2.rst1153 …ptrace(PTRACE_GETSIGINFO, 16967, NULL, {si_signo=SIGTRAP, si_code=0x85, si_pid=16967, si_uid=0}) =…
1161 …ptrace(PTRACE_GETSIGINFO, 16967, NULL, {si_signo=SIGTRAP, si_code=0x85, si_pid=16967, si_uid=0}) =…
/linux-6.12.1/tools/testing/selftests/seccomp/
Dseccomp_bpf.c3116 ASSERT_EQ(0, ptrace(PTRACE_GETSIGINFO, child_pid, NULL, &info)); in TEST()
3130 ASSERT_EQ(0, ptrace(PTRACE_GETSIGINFO, child_pid, NULL, &info)); in TEST()