Searched defs:ptrace (Results 1 – 6 of 6) sorted by relevance
/linux/kernel/ |
H A D | exit.c | 1125 eligible_child(struct wait_opts *wo, bool ptrace, struct task_struct *p) in eligible_child() argument 1283 static int *task_stopped_code(struct task_struct *p, bool ptrace) in task_stopped_code() argument 1314 wait_task_stopped(struct wait_opts * wo,int ptrace,struct task_struct * p) wait_task_stopped() argument 1437 wait_consider_task(struct wait_opts * wo,int ptrace,struct task_struct * p) wait_consider_task() argument 1607 is_effectively_child(struct wait_opts * wo,bool ptrace,struct task_struct * target) is_effectively_child() argument 1623 bool ptrace; do_wait_pid() local [all...] |
H A D | ptrace.c | 1387 SYSCALL_DEFINE4(ptrace,long,request,long,pid,unsigned long,addr,unsigned long,data) SYSCALL_DEFINE4() argument 1526 COMPAT_SYSCALL_DEFINE4(ptrace,compat_long_t,request,compat_long_t,pid,compat_long_t,addr,compat_long_t,data) COMPAT_SYSCALL_DEFINE4() argument [all...] |
/linux/include/linux/ |
H A D | ptrace.h | 200 ptrace_init_task(struct task_struct * child,bool ptrace) ptrace_init_task() argument 409 int ptrace = current->ptrace; ptrace_report_syscall() local [all...] |
/linux/Documentation/arch/powerpc/ |
H A D | syscall64-abi.rst | 112 ptrace section in syscall
|
/linux/include/uapi/linux/ |
H A D | cn_proc.h | 133 } ptrace; member
|
/linux/tools/testing/selftests/seccomp/ |
H A D | seccomp_bpf.c | 2126 FIXTURE_VARIANT_ADD(TRACE_syscall,ptrace) FIXTURE_VARIANT_ADD() argument [all...] |