Home
last modified time | relevance | path

Searched defs:ptrace (Results 1 – 7 of 7) sorted by relevance

/linux/kernel/
H A Dexit.c1049 eligible_child(struct wait_opts * wo,bool ptrace,struct task_struct * p) eligible_child() argument
1207 task_stopped_code(struct task_struct * p,bool ptrace) task_stopped_code() argument
1238 wait_task_stopped(struct wait_opts * wo,int ptrace,struct task_struct * p) wait_task_stopped() argument
1361 wait_consider_task(struct wait_opts * wo,int ptrace,struct task_struct * p) wait_consider_task() argument
1531 is_effectively_child(struct wait_opts * wo,bool ptrace,struct task_struct * target) is_effectively_child() argument
1547 bool ptrace; do_wait_pid() local
[all...]
H A Dptrace.c1258 SYSCALL_DEFINE4(ptrace, long, request, long, pid, unsigned long, addr, in SYSCALL_DEFINE4() argument
1397 COMPAT_SYSCALL_DEFINE4(ptrace, compat_long_t, request, compat_long_t, pid, in COMPAT_SYSCALL_DEFINE4() argument
/linux/include/linux/
H A Dptrace.h200 static inline void ptrace_init_task(struct task_struct *child, bool ptrace) in ptrace_init_task()
409 int ptrace = current->ptrace; in ptrace_report_syscall() local
H A Dsched.h771 unsigned int ptrace; member
/linux/Documentation/arch/powerpc/
H A Dsyscall64-abi.rst112 ptrace section in syscall
/linux/include/uapi/linux/
H A Dcn_proc.h134 } ptrace; global() member
/linux/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c2119 FIXTURE_VARIANT_ADD(TRACE_syscall, ptrace) { in FIXTURE_VARIANT_ADD() argument