Home
last modified time | relevance | path

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

/tools/perf/trace/beauty/
Dprctl.c67 [PR_SET_DUMPABLE] = all_but2, in syscall_arg__scnprintf_prctl_option()
/tools/include/uapi/linux/
Dprctl.h14 #define PR_SET_DUMPABLE 4 macro
/tools/testing/selftests/pidfd/
Dpidfd_getfd_test.c70 ret = prctl(PR_SET_DUMPABLE, 0); in __child()
/tools/testing/selftests/safesetid/
Dsafesetid-test.c305 if (prctl(PR_SET_DUMPABLE, 1, 0, 0, 0)) in main()