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

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
thread_map.h 13 struct thread_map *thread_map__new_by_tid(pid_t tid);
thread_map.c 49 struct thread_map *thread_map__new_by_tid(pid_t tid) function
154 return thread_map__new_by_tid(tid);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
sw-clock.c 53 evlist->threads = thread_map__new_by_tid(getpid());
task-exit.c 62 evlist->threads = thread_map__new_by_tid(-1);
code-reading.c 437 threads = thread_map__new_by_tid(pid);
439 pr_debug("thread_map__new_by_tid failed\n");

Completed in 450 milliseconds