Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dptrace.h143 static inline void ptrace_event(int event, unsigned long message) in ptrace_event() function
183 ptrace_event(event, message); in ptrace_event_pid()
/linux-4.4.14/kernel/
Dseccomp.c700 ptrace_event(PTRACE_EVENT_SECCOMP, data); in seccomp_phase2()
Dexit.c677 ptrace_event(PTRACE_EVENT_EXIT, code); in do_exit()
/linux-4.4.14/Documentation/prctl/
Dseccomp_filter.txt175 architecture supports both ptrace_event and seccomp, it will be able to
/linux-4.4.14/arch/
DKconfig333 - secure_computing is called from a ptrace_event()-safe context
/linux-4.4.14/fs/
Dexec.c1474 ptrace_event(PTRACE_EVENT_EXEC, old_vpid); in exec_binprm()