Lines Matching defs:maps

418  * To support that, copy the host thread's maps to the guest thread's maps.
421 * thread's maps have been set up.
443 /* Assume maps are set up if there are any */
455 * so copy host maps.
546 * tid. Consequently there never should be any maps on a thread
550 pr_err("Discarding thread maps for %d:%d\n",
668 * We have to initialize maps separately after rb tree is updated.
1021 * Kernel maps might be changed when loading symbols so loading
1022 * must be done prior to using kernel maps.
1293 struct maps *kmaps = machine__kernel_maps(machine);
1525 static int maps__set_module_path(struct maps *maps, const char *path, struct kmod_path *m)
1529 struct map *map = maps__find_by_name(maps, m->name);
1554 static int maps__set_modules_path_dir(struct maps *maps, const char *dir_name, int depth)
1586 ret = maps__set_modules_path_dir(maps, path, depth + 1);
1597 ret = maps__set_module_path(maps, path, &m);
1673 pr_debug("Problems setting modules path maps, continuing anyway...\n");
1725 pr_debug("Problems creating module maps, "
1728 pr_debug("Problems creating module maps for guest %d, "
1750 pr_debug("Problems creating extra kernel maps, continuing anyway...\n");
1805 /* If we have maps from kcore then we do not need or want any others */
2128 * maps because that is what the kernel just did.
2131 * with overlapping maps as we process the synthesized MMAP2 events that
2240 ams->ms.maps = maps__get(al.maps);
2261 ams->ms.maps = maps__get(al.maps);
2386 ms.maps = maps__get(al.maps);
2395 maps__put(ms.maps);
3111 .maps = maps__get(ms->maps),
3123 maps__put(ilist_ms.maps);
3402 struct maps *maps = machine__kernel_maps(machine);
3406 maps__for_each_entry(maps, pos) {