Searched defs:ptrace (Results 1 – 6 of 6) sorted by relevance
/linux-3.3/include/linux/ |
D | tracehook.h | 59 int ptrace = current->ptrace; in ptrace_report_syscall() local
|
D | ptrace.h | 218 static inline void ptrace_init_task(struct task_struct *child, bool ptrace) in ptrace_init_task()
|
D | cn_proc.h | 105 } ptrace; member
|
D | sched.h | 1242 unsigned int ptrace; member
|
/linux-3.3/kernel/ |
D | exit.c | 1360 static int *task_stopped_code(struct task_struct *p, bool ptrace) in task_stopped_code() 1392 int ptrace, struct task_struct *p) in wait_task_stopped() 1528 static int wait_consider_task(struct wait_opts *wo, int ptrace, in wait_consider_task()
|
D | ptrace.c | 874 SYSCALL_DEFINE4(ptrace, long, request, long, pid, unsigned long, addr, in SYSCALL_DEFINE4() argument
|