Searched refs:maps__clone (Results 1 – 4 of 4) sorted by relevance
63 int maps__clone(struct thread *thread, struct maps *parent);
321 int maps__clone(struct thread *thread, struct maps *parent) in maps__clone() function
389 return do_maps_clone ? maps__clone(thread, parent->maps) : 0; in thread__clone_maps()
450 err = maps__clone(thread, host_thread->maps); in findnew_guest_code()