Searched refs:map_groups__clone (Results 1 – 3 of 3) sorted by relevance
62 int map_groups__clone(struct thread *thread, struct map_groups *parent);
388 return do_maps_clone ? map_groups__clone(thread, parent->mg) : 0; in thread__clone_map_groups()
883 int map_groups__clone(struct thread *thread, struct map_groups *parent) in map_groups__clone() function