Searched refs:empty_thread_map (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/lib/perf/
H A Devsel.c132 static struct perf_thread_map *empty_thread_map; local
134 if (empty_thread_map == NULL) {
135 empty_thread_map = perf_thread_map__new_dummy();
136 if (empty_thread_map == NULL)
140 threads = empty_thread_map;
/linux-master/tools/perf/util/
H A Devsel.c1791 static struct perf_thread_map *empty_thread_map; variable in typeref:struct:perf_thread_map
1813 if (empty_thread_map == NULL) {
1814 empty_thread_map = thread_map__new_by_tid(-1);
1815 if (empty_thread_map == NULL)
1819 threads = empty_thread_map;
2016 threads = empty_thread_map;

Completed in 154 milliseconds