Searched refs:maps__copy_from (Results 1 – 4 of 4) sorted by relevance
25 int maps__copy_from(struct maps *maps, struct maps *parent);
389 return do_maps_clone ? maps__copy_from(thread__maps(thread), thread__maps(parent)) : 0; in thread__clone_maps()
940 int maps__copy_from(struct maps *dest, struct maps *parent) in maps__copy_from() function
375 err = maps__copy_from(thread__maps(thread), thread__maps(host_thread)); in findnew_guest_code()
Completed in 14 milliseconds