Home
last modified time | relevance | path

Searched refs:ptrace_event (Results 1 – 7 of 7) sorted by relevance

/linux-6.3-rc2/include/linux/
A Dptrace.h148 static inline void ptrace_event(int event, unsigned long message) in ptrace_event() function
187 ptrace_event(event, message); in ptrace_event_pid()
/linux-6.3-rc2/Documentation/translations/zh_CN/userspace-api/
A Dseccomp_filter.rst258 请查看 ``arch/Kconfig`` 了解权威要求。总的来说如果一个架构同时支持ptrace_event
/linux-6.3-rc2/kernel/
A Dexit.c820 ptrace_event(PTRACE_EVENT_EXIT, code); in do_exit()
A Dseccomp.c1244 ptrace_event(PTRACE_EVENT_SECCOMP, data); in __seccomp_filter()
/linux-6.3-rc2/Documentation/userspace-api/
A Dseccomp_filter.rst325 architecture supports both ptrace_event and seccomp, it will be able to
/linux-6.3-rc2/fs/
A Dexec.c1801 ptrace_event(PTRACE_EVENT_EXEC, old_vpid); in exec_binprm()
/linux-6.3-rc2/arch/
A DKconfig523 - secure_computing is called from a ptrace_event()-safe context

Completed in 17 milliseconds