Lines Matching refs:mg
310 if (!leader->mg) in machine__update_thread_pid()
311 leader->mg = map_groups__new(machine); in machine__update_thread_pid()
313 if (!leader->mg) in machine__update_thread_pid()
316 if (th->mg == leader->mg) in machine__update_thread_pid()
319 if (th->mg) { in machine__update_thread_pid()
325 if (!map_groups__empty(th->mg)) in machine__update_thread_pid()
328 map_groups__delete(th->mg); in machine__update_thread_pid()
331 th->mg = map_groups__get(leader->mg); in machine__update_thread_pid()
826 static void map_groups__fixup_end(struct map_groups *mg) in map_groups__fixup_end() argument
830 __map_groups__fixup_end(mg, i); in map_groups__fixup_end()
866 static int map_groups__set_module_path(struct map_groups *mg, const char *path, in map_groups__set_module_path() argument
872 map = map_groups__find_by_name(mg, MAP__FUNCTION, m->name); in map_groups__set_module_path()
893 static int map_groups__set_modules_path_dir(struct map_groups *mg, in map_groups__set_modules_path_dir() argument
926 ret = map_groups__set_modules_path_dir(mg, path, in map_groups__set_modules_path_dir()
938 ret = map_groups__set_module_path(mg, path, &m); in map_groups__set_modules_path_dir()