Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dthread_map.h31 struct thread_map *thread_map__get(struct thread_map *map);
Dthread_map.c354 struct thread_map *thread_map__get(struct thread_map *map) in thread_map__get() function
Devlist.c165 evsel->threads = thread_map__get(evlist->threads); in __perf_evlist__propagate_maps()
1132 evlist->threads = thread_map__get(threads); in perf_evlist__set_maps()
/Linux-v4.19/tools/perf/tests/
Dcode-reading.c657 thread_map__get(threads); in do_test_code_reading()