Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Dmaps.h25 int maps__copy_from(struct maps *maps, struct maps *parent);
H A Dthread.c393 return do_maps_clone ? maps__copy_from(thread__maps(thread), thread__maps(parent)) : 0; in thread__clone_maps()
H A Dmaps.c980 int maps__copy_from(struct maps *dest, struct maps *parent) in maps__copy_from() function
H A Dmachine.c380 err = maps__copy_from(thread__maps(thread), thread__maps(host_thread)); in findnew_guest_code()