Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dthread_map.h25 struct thread_map *thread_map__get(struct thread_map *map);
Dthread_map.c335 struct thread_map *thread_map__get(struct thread_map *map) in thread_map__get() function
Devlist.c144 evsel->threads = thread_map__get(evlist->threads); in __perf_evlist__propagate_maps()
1219 evlist->threads = thread_map__get(threads); in perf_evlist__set_maps()