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

/linux-master/tools/perf/util/
H A Dthread.c27 thread__set_maps(thread, maps__new(machine));
32 thread__set_maps(thread, maps__get(thread__maps(leader)));
101 thread__set_maps(thread, NULL);
H A Dthread.h134 static inline void thread__set_maps(struct thread *thread, struct maps *maps) function
H A Dmachine.c481 thread__set_maps(leader, maps__new(machine));
501 thread__set_maps(th, maps__get(thread__maps(leader)));

Completed in 124 milliseconds