Searched refs:maps__clone (Results 1 – 3 of 3) sorted by relevance
65 int maps__clone(struct thread *thread, struct maps *parent);
388 return do_maps_clone ? maps__clone(thread, parent->maps) : 0; in thread__clone_maps()
836 int maps__clone(struct thread *thread, struct maps *parent) in maps__clone() function