Home | History | Annotate | Download | only in linux

Lines Matching defs:tracer_pid

1086 	pid_t tracer_pid;
1093 tracer_pid = fork();
1094 ASSERT_LE(0, tracer_pid);
1096 if (tracer_pid == 0) {
1102 prctl(PR_SET_PTRACER, tracer_pid, 0, 0, 0);
1106 return tracer_pid;