Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dtracehook.h60 int ptrace = current->ptrace; in ptrace_report_syscall() local
Dptrace.h208 static inline void ptrace_init_task(struct task_struct *child, bool ptrace) in ptrace_init_task()
Dsched.h661 unsigned int ptrace; member
/Linux-v5.10/kernel/
Dexit.c949 eligible_child(struct wait_opts *wo, bool ptrace, struct task_struct *p) in eligible_child()
1110 static int *task_stopped_code(struct task_struct *p, bool ptrace) in task_stopped_code()
1141 int ptrace, struct task_struct *p) in wait_task_stopped()
1264 static int wait_consider_task(struct wait_opts *wo, int ptrace, in wait_consider_task()
Dptrace.c1236 SYSCALL_DEFINE4(ptrace, long, request, long, pid, unsigned long, addr, in SYSCALL_DEFINE4() argument
1383 COMPAT_SYSCALL_DEFINE4(ptrace, compat_long_t, request, compat_long_t, pid, in COMPAT_SYSCALL_DEFINE4() argument
/Linux-v5.10/include/uapi/linux/
Dcn_proc.h108 } ptrace; member
/Linux-v5.10/tools/testing/selftests/seccomp/
Dseccomp_bpf.c2065 FIXTURE_VARIANT_ADD(TRACE_syscall, ptrace) { in FIXTURE_VARIANT_ADD() argument