Lines Matching refs:mg
380 if (!leader->mg) in machine__update_thread_pid()
381 leader->mg = map_groups__new(machine); in machine__update_thread_pid()
383 if (!leader->mg) in machine__update_thread_pid()
386 if (th->mg == leader->mg) in machine__update_thread_pid()
389 if (th->mg) { in machine__update_thread_pid()
395 if (!map_groups__empty(th->mg)) in machine__update_thread_pid()
398 map_groups__put(th->mg); in machine__update_thread_pid()
401 th->mg = map_groups__get(leader->mg); in machine__update_thread_pid()
1195 static int map_groups__set_module_path(struct map_groups *mg, const char *path, in map_groups__set_module_path() argument
1199 struct map *map = map_groups__find_by_name(mg, m->name); in map_groups__set_module_path()
1223 static int map_groups__set_modules_path_dir(struct map_groups *mg, in map_groups__set_modules_path_dir() argument
1256 ret = map_groups__set_modules_path_dir(mg, path, in map_groups__set_modules_path_dir()
1268 ret = map_groups__set_module_path(mg, path, &m); in map_groups__set_modules_path_dir()