Home
last modified time | relevance | path

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

/openbmc/linux/kernel/
H A Dexit.c1066 eligible_child(struct wait_opts * wo,bool ptrace,struct task_struct * p) eligible_child() argument
1228 task_stopped_code(struct task_struct * p,bool ptrace) task_stopped_code() argument
1259 wait_task_stopped(struct wait_opts * wo,int ptrace,struct task_struct * p) wait_task_stopped() argument
1382 wait_consider_task(struct wait_opts * wo,int ptrace,struct task_struct * p) wait_consider_task() argument
1544 is_effectively_child(struct wait_opts * wo,bool ptrace,struct task_struct * target) is_effectively_child() argument
1560 bool ptrace; do_wait_pid() local
[all...]
H A Dptrace.c1278 SYSCALL_DEFINE4(ptrace, long, request, long, pid, unsigned long, addr, in SYSCALL_DEFINE4() argument
1417 COMPAT_SYSCALL_DEFINE4(ptrace, compat_long_t, request, compat_long_t, pid, in COMPAT_SYSCALL_DEFINE4() argument
/openbmc/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
/openbmc/linux/Documentation/powerpc/
H A Dsyscall64-abi.rst112 ptrace section in syscall
/openbmc/linux/include/uapi/linux/
H A Dcn_proc.h133 } ptrace; member
/openbmc/linux/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c2119 FIXTURE_VARIANT_ADD(TRACE_syscall, ptrace) { in FIXTURE_VARIANT_ADD() argument