Lines Matching refs:mg
329 if (!leader->mg) in machine__update_thread_pid()
330 leader->mg = map_groups__new(machine); in machine__update_thread_pid()
332 if (!leader->mg) in machine__update_thread_pid()
335 if (th->mg == leader->mg) in machine__update_thread_pid()
338 if (th->mg) { in machine__update_thread_pid()
344 if (!map_groups__empty(th->mg)) in machine__update_thread_pid()
347 map_groups__put(th->mg); in machine__update_thread_pid()
350 th->mg = map_groups__get(leader->mg); in machine__update_thread_pid()
900 static void map_groups__fixup_end(struct map_groups *mg) in map_groups__fixup_end() argument
904 __map_groups__fixup_end(mg, i); in map_groups__fixup_end()
940 static int map_groups__set_module_path(struct map_groups *mg, const char *path, in map_groups__set_module_path() argument
946 map = map_groups__find_by_name(mg, MAP__FUNCTION, m->name); in map_groups__set_module_path()
967 static int map_groups__set_modules_path_dir(struct map_groups *mg, in map_groups__set_modules_path_dir() argument
1000 ret = map_groups__set_modules_path_dir(mg, path, in map_groups__set_modules_path_dir()
1012 ret = map_groups__set_module_path(mg, path, &m); in map_groups__set_modules_path_dir()