Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Dthread.c30 thread__set_maps(thread, maps__new(machine)); in thread__init_maps()
35 thread__set_maps(thread, maps__get(thread__maps(leader))); in thread__init_maps()
101 thread__set_maps(thread, NULL); in thread__delete()
H A Dthread.h139 static inline void thread__set_maps(struct thread *thread, struct maps *maps) in thread__set_maps() function
H A Dmachine.c458 thread__set_maps(leader, maps__new(machine)); in machine__update_thread_pid()
478 thread__set_maps(th, maps__get(thread__maps(leader))); in machine__update_thread_pid()