Home
last modified time | relevance | path

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

/openbmc/linux/kernel/
H A Dexit.c1064 eligible_child(struct wait_opts *wo, bool ptrace, struct task_struct *p) in eligible_child()
1226 static int *task_stopped_code(struct task_struct *p, bool ptrace) in task_stopped_code()
1257 int ptrace, struct task_struct *p) in wait_task_stopped()
1380 static int wait_consider_task(struct wait_opts *wo, int ptrace, in wait_consider_task()
1542 static bool is_effectively_child(struct wait_opts *wo, bool ptrace, in is_effectively_child()
1558 bool ptrace; in do_wait_pid() local
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/Documentation/powerpc/
H A Dsyscall64-abi.rst112 ptrace section in syscall
/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.h768 unsigned int ptrace; member
/openbmc/linux/include/uapi/linux/
H A Dcn_proc.h134 } ptrace; member
/openbmc/linux/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c2119 FIXTURE_VARIANT_ADD(TRACE_syscall, ptrace) { in FIXTURE_VARIANT_ADD() argument