Home | History | Annotate | Download | only in linux-tools-perf

Lines Matching full:child_pid

189 static pid_t			child_pid			= -1;
404 if ((child_pid = fork()) < 0)
407 if (!child_pid) {
437 evsel_list->threads->map[0] = child_pid;
468 if (child_pid != -1)
469 kill(child_pid, SIGTERM);
1005 if(child_pid == -1)
1013 if (child_pid != -1)
1014 kill(child_pid, SIGTERM);