Home
last modified time | relevance | path

Searched refs:thread_map__new_dummy (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/tools/perf/util/
Dthread_map.h12 struct thread_map *thread_map__new_dummy(void);
Dthread_map.c217 struct thread_map *thread_map__new_dummy(void) in thread_map__new_dummy() function
239 return thread_map__new_dummy(); in thread_map__new_by_tid_str()
Devlist.c1273 evlist->threads = thread_map__new_dummy(); in perf_evlist__create_syswide_maps()