Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dmaps.h27 struct maps *maps__get(struct maps *maps);
H A Dthread.c35 thread__set_maps(thread, maps__get(thread__maps(leader))); in thread__init_maps()
H A Dmaps.c283 struct maps *maps__get(struct maps *maps) in maps__get() function
H A Dmachine.c513 thread__set_maps(th, maps__get(thread__maps(leader))); in machine__update_thread_pid()