Searched defs:target_pid (Results 1 - 4 of 4) sorted by relevance

/external/linux-tools-perf/util/
H A Dtop.h50 pid_t target_pid, target_tid; member in struct:perf_top
H A Devlist.c406 int perf_evlist__create_maps(struct perf_evlist *evlist, pid_t target_pid, argument
409 evlist->threads = thread_map__new(target_pid, target_tid);
/external/linux-tools-perf/
H A Dbuiltin-record.c56 static pid_t target_pid = -1; variable
226 if (target_pid == -1 && target_tid == -1 && !system_wide) {
570 if (!system_wide && target_tid == -1 && target_pid == -1)
758 OPT_INTEGER('p', "pid", &target_pid,
816 if (!argc && target_pid == -1 && target_tid == -1 &&
857 if (target_pid != -1)
858 target_tid = target_pid;
860 if (perf_evlist__create_maps(evsel_list, target_pid,
H A Dbuiltin-stat.c187 static pid_t target_pid = -1; variable
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;
[all...]

Completed in 138 milliseconds