Searched refs:ptrace (Results 276 - 300 of 878) sorted by relevance

<<11121314151617181920>>

/linux-master/arch/s390/kernel/
H A Dstacktrace.c14 #include <asm/ptrace.h>
H A Dtraps.c17 #include "asm/ptrace.h"
22 #include <linux/ptrace.h>
77 if (!current->ptrace)
165 if (current->ptrace)
/linux-master/arch/alpha/kernel/
H A Dsys_mikasa.c20 #include <asm/ptrace.h>
H A Dirq.c20 #include <linux/ptrace.h>
H A Dcore_polaris.c18 #include <asm/ptrace.h>
/linux-master/arch/arm64/include/asm/
H A Dirqflags.h9 #include <asm/ptrace.h>
/linux-master/arch/x86/include/asm/
H A Dirq_stack.h5 #include <linux/ptrace.h>
/linux-master/tools/testing/selftests/x86/
H A Dtest_syscall_vdso.c24 #include <sys/ptrace.h>
350 if (ptrace(PTRACE_TRACEME, 0L, 0L, 0L) != 0)
356 printf("[RUN]\tRunning tests under ptrace\n");
372 ptrace(PTRACE_SYSCALL, pid, 0L, 0L /*sig*/);
H A Damx.c17 #include <sys/ptrace.h>
850 printf("\tRead the init'ed tiledata via ptrace().\n");
857 if (ptrace(PTRACE_GETREGSET, target, (uint32_t)NT_X86_XSTATE, &iov))
865 printf("\tInject tiledata via ptrace().\n");
873 if (ptrace(PTRACE_SETREGSET, target, (uint32_t)NT_X86_XSTATE, &iov))
876 if (ptrace(PTRACE_GETREGSET, target, (uint32_t)NT_X86_XSTATE, &iov))
894 if (ptrace(PTRACE_TRACEME, 0, NULL, NULL))
909 ptrace(PTRACE_DETACH, child, NULL, NULL);
912 err(1, "ptrace test");
/linux-master/arch/um/os-Linux/
H A Dprocess.c14 #include <sys/ptrace.h>
118 ptrace(PTRACE_KILL, pid);
119 ptrace(PTRACE_CONT, pid);
/linux-master/arch/xtensa/kernel/
H A Dasm-offsets.c21 #include <linux/ptrace.h>
26 #include <asm/ptrace.h>
74 DEFINE(TASK_PTRACE, offsetof (struct task_struct, ptrace));
/linux-master/tools/testing/selftests/mm/
H A Dmemfd_secret.c13 #include <sys/ptrace.h>
122 ret = ptrace(PTRACE_ATTACH, ppid, 0, 0);
135 if (ptrace(PTRACE_PEEKDATA, ppid, mem, 0))
208 test_remote_access(fd, "ptrace", try_ptrace);
/linux-master/tools/testing/selftests/arm64/fp/
H A Dfp-ptrace.c19 #include <sys/ptrace.h>
28 #include <asm/ptrace.h>
32 #include "fp-ptrace.h"
204 ret = ptrace(PTRACE_TRACEME, 0, 0, 0);
327 ret = ptrace(PTRACE_GETREGSET, child, NT_PRSTATUS, &iov);
336 ret = ptrace(PTRACE_SETREGSET, child, NT_PRSTATUS, &iov);
344 ret = ptrace(restart_type, child, 0, 0);
375 ret = ptrace(PTRACE_GETREGSET, child, NT_ARM_SVE, &iov);
452 ret = ptrace(PTRACE_GETREGSET, child, NT_ARM_SSVE, &iov);
527 ret = ptrace(PTRACE_GETREGSE
[all...]
/linux-master/drivers/connector/
H A Dcn_proc.c16 #include <linux/ptrace.h>
247 ev->event_data.ptrace.process_pid = task->pid;
248 ev->event_data.ptrace.process_tgid = task->tgid;
250 ev->event_data.ptrace.tracer_pid = current->pid;
251 ev->event_data.ptrace.tracer_tgid = current->tgid;
253 ev->event_data.ptrace.tracer_pid = 0;
254 ev->event_data.ptrace.tracer_tgid = 0;
/linux-master/arch/x86/um/asm/
H A Dptrace.h9 #include <asm/ptrace-generic.h>
/linux-master/arch/sparc/kernel/
H A Dsigutil_64.c10 #include <asm/ptrace.h>
H A Dprocess.c10 #include <linux/ptrace.h>
/linux-master/arch/nios2/kernel/
H A Dasm-offsets.c9 #include <linux/ptrace.h>
/linux-master/arch/mips/dec/
H A Dkn02xa-berr.c20 #include <asm/ptrace.h>
/linux-master/arch/hexagon/kernel/
H A Dasm-offsets.c17 #include <asm/ptrace.h>
/linux-master/drivers/input/mouse/
H A Drpcmouse.c18 #include <linux/ptrace.h>
/linux-master/arch/arm/mm/
H A Dproc-arm7tdmi.S15 #include <asm/ptrace.h>
/linux-master/arch/sparc/include/asm/
H A Dptrace.h5 #include <uapi/asm/ptrace.h>
/linux-master/arch/s390/include/asm/
H A Dsyscall.h15 #include <asm/ptrace.h>
/linux-master/arch/microblaze/kernel/
H A Dexceptions.c27 #include <linux/ptrace.h>

Completed in 373 milliseconds

<<11121314151617181920>>