Lines Matching refs:mg
410 if (!leader->mg) in machine__update_thread_pid()
411 leader->mg = map_groups__new(machine); in machine__update_thread_pid()
413 if (!leader->mg) in machine__update_thread_pid()
416 if (th->mg == leader->mg) in machine__update_thread_pid()
419 if (th->mg) { in machine__update_thread_pid()
425 if (!map_groups__empty(th->mg)) in machine__update_thread_pid()
428 map_groups__put(th->mg); in machine__update_thread_pid()
431 th->mg = map_groups__get(leader->mg); in machine__update_thread_pid()
1289 static int map_groups__set_module_path(struct map_groups *mg, const char *path, in map_groups__set_module_path() argument
1293 struct map *map = map_groups__find_by_name(mg, m->name); in map_groups__set_module_path()
1317 static int map_groups__set_modules_path_dir(struct map_groups *mg, in map_groups__set_modules_path_dir() argument
1350 ret = map_groups__set_modules_path_dir(mg, path, in map_groups__set_modules_path_dir()
1362 ret = map_groups__set_module_path(mg, path, &m); in map_groups__set_modules_path_dir()