Symbol: thread_map__new_by_tid
tools/perf/builtin-record.c
1874
thread_map = thread_map__new_by_tid(rec->evlist->workload.pid);
tools/perf/tests/code-reading.c
745
threads = thread_map__new_by_tid(pid);
tools/perf/tests/event-times.c
65
threads = thread_map__new_by_tid(getpid());
tools/perf/tests/event-times.c
91
threads = thread_map__new_by_tid(getpid());
tools/perf/tests/keep-tracking.c
81
threads = thread_map__new_by_tid(getpid());
tools/perf/tests/mmap-basic.c
52
threads = thread_map__new_by_tid(getpid());
tools/perf/tests/openat-syscall-all-cpus.c
31
struct perf_thread_map *threads = thread_map__new_by_tid(getpid());
tools/perf/tests/openat-syscall.c
23
struct perf_thread_map *threads = thread_map__new_by_tid(getpid());
tools/perf/tests/perf-time-to-tsc.c
93
threads = thread_map__new_by_tid(getpid());
tools/perf/tests/sw-clock.c
67
threads = thread_map__new_by_tid(getpid());
tools/perf/tests/switch-tracking.c
354
threads = thread_map__new_by_tid(getpid());
tools/perf/tests/task-exit.c
73
threads = thread_map__new_by_tid(-1);
tools/perf/util/bpf_counter.c
501
threads = thread_map__new_by_tid(-1);
tools/perf/util/evsel.c
2300
empty_thread_map = thread_map__new_by_tid(-1);
tools/perf/util/evsel.c
2984
struct perf_thread_map *threads = thread_map__new_by_tid(-1);
tools/perf/util/pfm.c
191
struct perf_thread_map *threads = thread_map__new_by_tid(0);
tools/perf/util/print-events.c
143
struct perf_thread_map *tmap = thread_map__new_by_tid(0);
tools/perf/util/thread_map.c
156
return thread_map__new_by_tid(tid);
tools/perf/util/thread_map.h
13
struct perf_thread_map *thread_map__new_by_tid(pid_t tid);