Searched refs:PR_SET_PTRACER (Results 1 - 6 of 6) sorted by relevance

/linux-master/tools/perf/trace/beauty/
H A Dprctl_option.sh8 grep -E $regex ${header_dir}/prctl.h | grep -v PR_SET_PTRACER | \
/linux-master/include/uapi/linux/
H A Dprctl.h155 #define PR_SET_PTRACER 0x59616d61 macro
/linux-master/tools/include/uapi/linux/
H A Dprctl.h155 #define PR_SET_PTRACER 0x59616d61 macro
/linux-master/tools/testing/selftests/x86/
H A Dmov_ss_trap.c150 if (prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY, 0, 0, 0) == 0)
/linux-master/security/yama/
H A Dyama_lsm.c229 case PR_SET_PTRACER:
326 /* Look for a PR_SET_PTRACER relationship. */
/linux-master/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c65 #ifndef PR_SET_PTRACER
66 # define PR_SET_PTRACER 0x59616d61 macro
1607 prctl(PR_SET_PTRACER, tracer_pid, 0, 0, 0);

Completed in 116 milliseconds