Home
last modified time | relevance | path

Searched refs:map_groups__clone (Results 1 – 3 of 3) sorted by relevance

/tools/perf/util/
Dmap_groups.h62 int map_groups__clone(struct thread *thread, struct map_groups *parent);
Dthread.c388 return do_maps_clone ? map_groups__clone(thread, parent->mg) : 0; in thread__clone_map_groups()
Dmap.c883 int map_groups__clone(struct thread *thread, struct map_groups *parent) in map_groups__clone() function