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

/linux-master/include/linux/
H A Dptrace.h139 * ptrace_event - possibly stop for a ptrace event notification
148 static inline void ptrace_event(int event, unsigned long message) function
187 ptrace_event(event, message);
/linux-master/kernel/
H A Dseccomp.c1256 ptrace_event(PTRACE_EVENT_SECCOMP, data);
H A Dexit.c833 ptrace_event(PTRACE_EVENT_EXIT, code);
/linux-master/fs/
H A Dexec.c1843 ptrace_event(PTRACE_EVENT_EXEC, old_vpid);

Completed in 375 milliseconds