HomeSort by relevance Sort by last modified time
    Searched refs:target_tid (Results 1 - 7 of 7) sorted by null

  /external/linux-tools-perf/util/
top.h 50 pid_t target_pid, target_tid; member in struct:perf_top
evlist.h 71 pid_t target_tid, const char *cpu_list);
top.c 142 else if (top->target_tid != -1)
143 ret += SNPRINTF(bf + ret, size - ret, " (target_tid: %d",
144 top->target_tid);
152 if (top->target_tid != -1)
evlist.c 407 pid_t target_tid, const char *cpu_list)
409 evlist->threads = thread_map__new(target_pid, target_tid);
414 if (cpu_list == NULL && target_tid != -1)
  /external/linux-tools-perf/
builtin-record.c 57 static pid_t target_tid = -1; variable
226 if (target_pid == -1 && target_tid == -1 && !system_wide) {
570 if (!system_wide && target_tid == -1 && target_pid == -1)
760 OPT_INTEGER('t', "tid", &target_tid,
816 if (!argc && target_pid == -1 && target_tid == -1 &&
858 target_tid = target_pid;
861 target_tid, cpu_list) < 0)
builtin-stat.c 188 static pid_t target_tid = -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) {
971 fprintf(stderr, "thread id \'%d", target_tid);
1045 OPT_INTEGER('t', "tid", &target_tid,
1174 if (!argc && target_pid == -1 && target_tid == -1)
1191 target_tid = target_pid;
1193 evsel_list->threads = thread_map__new(target_pid, target_tid);
    [all...]
builtin-top.c 88 .target_tid = -1,
968 if (top.target_tid != -1)
1028 OPT_INTEGER('t', "tid", &top.target_tid,
1098 if (top.target_tid > 0 && top.cpu_list) {
1105 top.target_tid = top.target_pid;
1108 top.target_tid, top.cpu_list) < 0)

Completed in 195 milliseconds