Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H 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()
/openbmc/linux/Documentation/translations/zh_CN/userspace-api/
H A Dseccomp_filter.rst258 请查看 ``arch/Kconfig`` 了解权威要求。总的来说如果一个架构同时支持ptrace_event
/openbmc/linux/Documentation/userspace-api/
H A Dseccomp_filter.rst325 architecture supports both ptrace_event and seccomp, it will be able to
/openbmc/linux/kernel/
H A Dexit.c826 ptrace_event(PTRACE_EVENT_EXIT, code); in do_exit()
H A Dseccomp.c1256 ptrace_event(PTRACE_EVENT_SECCOMP, data); in __seccomp_filter()
/openbmc/linux/fs/
H A Dexec.c1835 ptrace_event(PTRACE_EVENT_EXEC, old_vpid); in exec_binprm()
/openbmc/linux/arch/
H A DKconfig573 - secure_computing is called from a ptrace_event()-safe context