Searched refs:ptrace (Results 1 - 25 of 883) sorted by relevance

1234567891011>>

/linux-master/include/linux/
H A Dptrace_api.h1 #include <linux/ptrace.h>
/linux-master/arch/powerpc/kernel/ptrace/
H A DMakefile8 obj-y += ptrace.o ptrace-view.o
9 obj-y += ptrace-fpu.o
11 obj-$(CONFIG_VSX) += ptrace-vsx.o
13 obj-y += ptrace-novsx.o
15 obj-$(CONFIG_ALTIVEC) += ptrace-altivec.o
16 obj-$(CONFIG_SPE) += ptrace-spe.o
17 obj-$(CONFIG_PPC_TRANSACTIONAL_MEM) += ptrace-tm.o
18 obj-$(CONFIG_PPC_ADV_DEBUG_REGS) += ptrace-adv.o
20 obj-y += ptrace
[all...]
/linux-master/tools/testing/selftests/powerpc/ptrace/
H A DMakefile3 TM_TESTS := ptrace-tm-gpr
4 TM_TESTS += ptrace-tm-spd-gpr
5 TM_TESTS += ptrace-tm-spd-tar
6 TM_TESTS += ptrace-tm-spd-vsx
7 TM_TESTS += ptrace-tm-spr
8 TM_TESTS += ptrace-tm-tar
9 TM_TESTS += ptrace-tm-vsx
14 TESTS_64 += ptrace-hwbreak
15 TESTS_64 += ptrace-perf-hwbreak
16 TESTS_64 += ptrace
[all...]
/linux-master/arch/microblaze/include/uapi/asm/
H A Dsigcontext.h13 /* FIXME should be linux/ptrace.h */
14 #include <asm/ptrace.h>
/linux-master/arch/x86/um/
H A Dbugs_64.c7 #include <sysdep/ptrace.h>
H A Dptrace_user.c11 if (ptrace(PTRACE_GETREGS, pid, 0, regs_out) < 0)
18 if (ptrace(PTRACE_SETREGS, pid, 0, regs) < 0)
/linux-master/arch/x86/include/asm/
H A Dmath_emu.h5 #include <asm/ptrace.h>
H A Dumip.h5 #include <asm/ptrace.h>
/linux-master/include/uapi/asm-generic/
H A Dbpf_perf_event.h4 #include <linux/ptrace.h>
/linux-master/tools/include/uapi/asm-generic/
H A Dbpf_perf_event.h4 #include <linux/ptrace.h>
/linux-master/arch/parisc/math-emu/
H A Dmath-emu.h11 #include <asm/ptrace.h>
/linux-master/arch/s390/include/uapi/asm/
H A Dbpf_perf_event.h5 #include <asm/ptrace.h>
/linux-master/arch/arm64/include/uapi/asm/
H A Dbpf_perf_event.h5 #include <asm/ptrace.h>
/linux-master/arch/riscv/include/uapi/asm/
H A Dbpf_perf_event.h5 #include <asm/ptrace.h>
/linux-master/arch/arc/include/uapi/asm/
H A Dbpf_perf_event.h5 #include <asm/ptrace.h>
H A Dsigcontext.h13 #include <asm/ptrace.h>
/linux-master/arch/powerpc/include/asm/
H A Dbpf_perf_event.h5 #include <asm/ptrace.h>
/linux-master/arch/loongarch/include/uapi/asm/
H A Dbpf_perf_event.h5 #include <linux/ptrace.h>
/linux-master/arch/csky/include/uapi/asm/
H A Dsigcontext.h6 #include <asm/ptrace.h>
/linux-master/arch/openrisc/include/uapi/asm/
H A Dsigcontext.h23 #include <asm/ptrace.h>
/linux-master/arch/um/include/shared/
H A Darch.h9 #include <sysdep/ptrace.h>
H A Dptrace_user.h9 #include <sys/ptrace.h>
/linux-master/arch/loongarch/include/asm/
H A Dbranch.h8 #include <asm/ptrace.h>
/linux-master/arch/riscv/include/asm/
H A Dsignal.h7 #include <uapi/asm/ptrace.h>
/linux-master/arch/um/os-Linux/
H A Dregisters.c9 #include <sys/ptrace.h>
10 #include <sysdep/ptrace.h>
23 err = ptrace(PTRACE_GETREGS, pid, 0, exec_regs);

Completed in 255 milliseconds

1234567891011>>