perf_thread_map__new_dummy   87 tools/perf/lib/evsel.c 			empty_thread_map = perf_thread_map__new_dummy();
perf_thread_map__new_dummy   10 tools/perf/lib/include/perf/threadmap.h LIBPERF_API struct perf_thread_map *perf_thread_map__new_dummy(void);
perf_thread_map__new_dummy   87 tools/perf/lib/tests/test-evlist.c 	threads = perf_thread_map__new_dummy();
perf_thread_map__new_dummy  140 tools/perf/lib/tests/test-evlist.c 	threads = perf_thread_map__new_dummy();
perf_thread_map__new_dummy   60 tools/perf/lib/tests/test-evsel.c 	threads = perf_thread_map__new_dummy();
perf_thread_map__new_dummy   93 tools/perf/lib/tests/test-evsel.c 	threads = perf_thread_map__new_dummy();
perf_thread_map__new_dummy   21 tools/perf/lib/tests/test-threadmap.c 	threads = perf_thread_map__new_dummy();
perf_thread_map__new_dummy   46 tools/perf/tests/thread-map.c 	map = perf_thread_map__new_dummy();
perf_thread_map__new_dummy 1228 tools/perf/util/evlist.c 	threads = perf_thread_map__new_dummy();
perf_thread_map__new_dummy  255 tools/perf/util/thread_map.c 		return perf_thread_map__new_dummy();