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

  /external/linux-tools-perf/util/
top.h 50 pid_t target_pid, target_tid; member in struct:perf_top
  /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...]

Completed in 48 milliseconds