Home
last modified time | relevance | path

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

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