Searched refs:thread_map__new_by_tid (Results 1 - 9 of 9) sorted by relevance

/linux-master/tools/perf/util/
H A Dthread_map.h13 struct perf_thread_map *thread_map__new_by_tid(pid_t tid);
H A Dthread_map.c62 struct perf_thread_map *thread_map__new_by_tid(pid_t tid) function
178 return thread_map__new_by_tid(tid);
H A Dpfm.c194 struct perf_thread_map *threads = thread_map__new_by_tid(0);
H A Dprint-events.c236 struct perf_thread_map *tmap = thread_map__new_by_tid(0);
H A Devsel.c1814 empty_thread_map = thread_map__new_by_tid(-1);
/linux-master/tools/perf/tests/
H A Dtask-exit.c74 threads = thread_map__new_by_tid(-1);
H A Dsw-clock.c66 threads = thread_map__new_by_tid(getpid());
H A Dcode-reading.c593 threads = thread_map__new_by_tid(pid);
595 pr_debug("thread_map__new_by_tid failed\n");
/linux-master/tools/perf/
H A Dbuiltin-record.c1809 thread_map = thread_map__new_by_tid(rec->evlist->workload.pid);

Completed in 158 milliseconds