perf_thread_map__pid 1943 tools/perf/builtin-script.c 				perf_thread_map__pid(counter->core.threads, thread),
perf_thread_map__pid 3201 tools/perf/builtin-trace.c 	} else if (perf_thread_map__pid(trace->evlist->core.threads, 0) == -1) {
perf_thread_map__pid 3430 tools/perf/builtin-trace.c 	trace->multiple_threads = perf_thread_map__pid(evlist->core.threads, 0) == -1 ||
perf_thread_map__pid   15 tools/perf/lib/include/perf/threadmap.h LIBPERF_API pid_t perf_thread_map__pid(struct perf_thread_map *map, int thread);
perf_thread_map__pid   37 tools/perf/tests/thread-map.c 			perf_thread_map__pid(map, 0) == getpid());
perf_thread_map__pid   52 tools/perf/tests/thread-map.c 	TEST_ASSERT_VAL("wrong pid", perf_thread_map__pid(map, 0) == -1);
perf_thread_map__pid   79 tools/perf/tests/thread-map.c 			perf_thread_map__pid(threads, 0) == getpid());
perf_thread_map__pid  138 tools/perf/util/auxtrace.c 			mp->tid = perf_thread_map__pid(evlist->core.threads, 0);
perf_thread_map__pid  143 tools/perf/util/auxtrace.c 		mp->tid = perf_thread_map__pid(evlist->core.threads, idx);
perf_thread_map__pid  437 tools/perf/util/evlist.c 		sid->tid = perf_thread_map__pid(evlist->core.threads, thread);
perf_thread_map__pid 1487 tools/perf/util/evsel.c 	pid_t ignore_pid = perf_thread_map__pid(threads, thread);
perf_thread_map__pid 1656 tools/perf/util/evsel.c 				pid = perf_thread_map__pid(threads, thread);
perf_thread_map__pid 1408 tools/perf/util/scripting-engines/trace-event-python.c 				     perf_thread_map__pid(threads, thread), tstamp,
perf_thread_map__pid  122 tools/perf/util/stat-display.c 			perf_thread_map__pid(evsel->core.threads, id),
perf_thread_map__pid  591 tools/perf/util/synthetic-events.c 					       perf_thread_map__pid(threads, thread), 0,
perf_thread_map__pid  602 tools/perf/util/synthetic-events.c 		if ((int) comm_event->comm.pid != perf_thread_map__pid(threads, thread)) {
perf_thread_map__pid  607 tools/perf/util/synthetic-events.c 				if ((int) comm_event->comm.pid == perf_thread_map__pid(threads, j)) {
perf_thread_map__pid  908 tools/perf/util/synthetic-events.c 		entry->pid = perf_thread_map__pid(threads, i);
perf_thread_map__pid  313 tools/perf/util/thread_map.c 		printed += fprintf(fp, "%s%d", i ? ", " : "", perf_thread_map__pid(threads, i));
perf_thread_map__pid  344 tools/perf/util/thread_map.c 	pid_t pid = perf_thread_map__pid(map, i);