Home
last modified time | relevance | path

Searched refs:PR_SET_PTRACER (Results 1 – 4 of 4) sorted by relevance

/tools/perf/trace/beauty/
Dprctl_option.sh8 egrep $regex ${header_dir}/prctl.h | grep -v PR_SET_PTRACER | \
/tools/include/uapi/linux/
Dprctl.h155 #define PR_SET_PTRACER 0x59616d61 macro
/tools/testing/selftests/x86/
Dmov_ss_trap.c151 if (prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY, 0, 0, 0) == 0) in main()
/tools/testing/selftests/seccomp/
Dseccomp_bpf.c54 #ifndef PR_SET_PTRACER
55 # define PR_SET_PTRACER 0x59616d61 macro
1456 prctl(PR_SET_PTRACER, tracer_pid, 0, 0, 0); in setup_trace_fixture()