Searched defs:ptrace (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/kernel/ |
H A D | exit.c | 1066 eligible_child(struct wait_opts *wo, bool ptrace, struct task_struct *p) in eligible_child() 1228 static int *task_stopped_code(struct task_struct *p, bool ptrace) in task_stopped_code() 1259 int ptrace, struct task_struct *p) in wait_task_stopped() 1382 static int wait_consider_task(struct wait_opts *wo, int ptrace, in wait_consider_task() 1544 static bool is_effectively_child(struct wait_opts *wo, bool ptrace, in is_effectively_child() 1560 bool ptrace; in do_wait_pid() local
|
H A D | ptrace.c | 1278 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 D | ptrace.h | 200 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 D | sched.h | 771 unsigned int ptrace; member
|
/openbmc/linux/Documentation/powerpc/ |
H A D | syscall64-abi.rst | 112 ptrace section in syscall
|
/openbmc/linux/include/uapi/linux/ |
H A D | cn_proc.h | 133 } ptrace; member
|
/openbmc/linux/tools/testing/selftests/seccomp/ |
H A D | seccomp_bpf.c | 2119 FIXTURE_VARIANT_ADD(TRACE_syscall, ptrace) { in FIXTURE_VARIANT_ADD() argument
|