Home
last modified time | relevance | path

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

/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()
/linux/Documentation/translations/zh_CN/userspace-api/
H A Dseccomp_filter.rst258 请查看 ``arch/Kconfig`` 了解权威要求。总的来说如果一个架构同时支持ptrace_event
/linux/Documentation/userspace-api/
H A Dseccomp_filter.rst325 architecture supports both ptrace_event and seccomp, it will be able to
/linux/kernel/
H A Dseccomp.c1281 ptrace_event(PTRACE_EVENT_SECCOMP, data); in __seccomp_filter()