Lines Matching refs:mg
24 thread->mg = map_groups__new(machine); in thread__init_map_groups()
28 thread->mg = map_groups__get(leader->mg); in thread__init_map_groups()
33 return thread->mg ? 0 : -1; in thread__init_map_groups()
85 if (thread->mg) { in thread__delete()
86 map_groups__put(thread->mg); in thread__delete()
87 thread->mg = NULL; in thread__delete()
285 map_groups__fprintf(thread->mg, fp); in thread__fprintf()
296 map_groups__fixup_overlappings(thread->mg, map, stderr); in thread__insert_map()
297 map_groups__insert(thread->mg, map); in thread__insert_map()
306 struct maps *maps = &thread->mg->maps; in __thread__prepare_access()
339 if (thread->mg == parent->mg) { in thread__clone_map_groups()
346 if (map_groups__clone(thread, parent->mg) < 0) in thread__clone_map_groups()