Searched defs:ptrace (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/include/linux/ |
D | tracehook.h | 61 int ptrace = current->ptrace; in ptrace_report_syscall() local
|
D | ptrace.h | 196 static inline void ptrace_init_task(struct task_struct *child, bool ptrace) in ptrace_init_task()
|
D | sched.h | 1385 unsigned int ptrace; member
|
/linux-4.4.14/kernel/ |
D | exit.c | 922 eligible_child(struct wait_opts *wo, bool ptrace, struct task_struct *p) in eligible_child() 1131 static int *task_stopped_code(struct task_struct *p, bool ptrace) in task_stopped_code() 1163 int ptrace, struct task_struct *p) in wait_task_stopped() 1301 static int wait_consider_task(struct wait_opts *wo, int ptrace, in wait_consider_task()
|
D | ptrace.c | 1073 SYSCALL_DEFINE4(ptrace, long, request, long, pid, unsigned long, addr, in SYSCALL_DEFINE4() argument 1219 COMPAT_SYSCALL_DEFINE4(ptrace, compat_long_t, request, compat_long_t, pid, in COMPAT_SYSCALL_DEFINE4() argument
|
/linux-4.4.14/include/uapi/linux/ |
D | cn_proc.h | 107 } ptrace; member
|