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

Lines Matching refs:target_pid

187 static pid_t			target_pid			= -1;
287 if (target_pid == -1 && target_tid == -1) {
436 if (target_tid == -1 && target_pid == -1 && !system_wide)
964 if(target_pid == -1 && target_tid == -1) {
968 } else if (target_pid != -1)
969 fprintf(stderr, "process id \'%d", target_pid);
1043 OPT_INTEGER('p', "pid", &target_pid,
1174 if (!argc && target_pid == -1 && target_tid == -1)
1190 if (target_pid != -1)
1191 target_tid = target_pid;
1193 evsel_list->threads = thread_map__new(target_pid, target_tid);