Searched refs:ptrace (Results 251 - 275 of 878) sorted by relevance

<<11121314151617181920>>

/linux-master/arch/sparc/include/asm/
H A Dsmp_32.h23 #include <asm/ptrace.h>
/linux-master/arch/arm/include/asm/
H A Dprocessor.h14 #include <asm/ptrace.h>
/linux-master/arch/powerpc/perf/
H A Dcallchain.c13 #include <asm/ptrace.h>
/linux-master/include/linux/
H A Delfcore.h11 #include <linux/ptrace.h>
H A Dcontext_tracking.h10 #include <asm/ptrace.h>
/linux-master/arch/arm64/include/asm/
H A Dstacktrace.h15 #include <asm/ptrace.h>
H A Ddebug-monitors.h13 #include <asm/ptrace.h>
60 #define DBG_ARCH_ID_RESERVED 0 /* In case of ptrace ABI updates. */
H A Defi.h12 #include <asm/ptrace.h>
/linux-master/arch/s390/include/asm/
H A Dunwind.h9 #include <asm/ptrace.h>
/linux-master/arch/csky/kernel/
H A Dprocess.c11 #include <linux/ptrace.h>
/linux-master/include/uapi/linux/
H A Dptrace.h4 /* ptrace.h */
5 /* structs and defines to help the user use the ptrace system call. */
34 * Generic ptrace interface that exports the architecture specific regsets
45 * ret = ptrace(PTRACE_GETREGSET/PTRACE_SETREGSET, pid, NT_XXX_TYPE, &iov);
183 #include <asm/ptrace.h>
H A Dcn_proc.h134 } ptrace; member in union:proc_event::__anon3466
/linux-master/tools/testing/selftests/bpf/progs/
H A Dloop6.c3 #include <linux/ptrace.h>
/linux-master/arch/x86/kernel/
H A Dcet.c3 #include <linux/ptrace.h>
/linux-master/tools/perf/arch/x86/util/
H A Ddwarf-regs.c12 #include <linux/ptrace.h> /* for struct pt_regs */
17 * See arch/x86/kernel/ptrace.c.
33 * - Order is different from kernel's ptrace.c for get_arch_regstr(). Use
100 /* Reuse code from arch/x86/kernel/ptrace.c */
/linux-master/arch/riscv/mm/
H A Dextable.c15 #include <asm/ptrace.h>
/linux-master/arch/riscv/include/asm/
H A Dswitch_to.h14 #include <asm/ptrace.h>
/linux-master/arch/mips/sgi-ip27/
H A Dip27-berr.c17 #include <asm/ptrace.h>
/linux-master/arch/s390/kernel/
H A Dentry.h9 #include <asm/ptrace.h>
H A Dstacktrace.c14 #include <asm/ptrace.h>
/linux-master/arch/arc/kernel/
H A Dtraps.c16 #include <linux/ptrace.h>
/linux-master/arch/arc/include/asm/
H A Dentry.h12 #include <asm/ptrace.h>
34 * - could have been changed by ptrace tracer or unaligned-access fixup
/linux-master/tools/testing/selftests/mm/
H A Dprotection_keys.c46 #include <sys/ptrace.h>
1389 * That means we can do all of our tests via ptrace() and then plain
1395 ret = ptrace(PTRACE_ATTACH, child_pid, ignored, ignored);
1413 ret = ptrace(PTRACE_POKEDATA, child_pid, peek_at, data);
1419 * Try to access the pkey-protected "ptr" via ptrace:
1421 ret = ptrace(PTRACE_PEEKDATA, child_pid, ptr, ignored);
1429 * Try to access the NON-pkey-protected "plain_ptr" via ptrace:
1431 ret = ptrace(PTRACE_PEEKDATA, child_pid, plain_ptr, ignored);
1436 do_not_expect_pkey_fault("read plain pointer after ptrace");
1438 ret = ptrace(PTRACE_DETAC
[all...]
/linux-master/arch/alpha/kernel/
H A Dsys_mikasa.c20 #include <asm/ptrace.h>
H A Dirq.c20 #include <linux/ptrace.h>

Completed in 422 milliseconds

<<11121314151617181920>>