Lines Matching defs:maps
416 if (!leader->maps)
417 leader->maps = maps__new(machine);
419 if (!leader->maps)
422 if (th->maps == leader->maps)
425 if (th->maps) {
428 * tid. Consequently there never should be any maps on a thread
431 if (!maps__empty(th->maps))
432 pr_err("Discarding thread maps for %d:%d\n",
434 maps__put(th->maps);
437 th->maps = maps__get(leader->maps);
540 * We have to initialize maps separately after rb tree is updated.
842 * Kernel maps might be changed when loading symbols so loading
843 * must be done prior to using kernel maps.
1110 struct maps *kmaps = &machine->kmaps;
1339 static int maps__set_module_path(struct maps *maps, const char *path, struct kmod_path *m)
1342 struct map *map = maps__find_by_name(maps, m->name);
1366 static int maps__set_modules_path_dir(struct maps *maps, const char *dir_name, int depth)
1398 ret = maps__set_modules_path_dir(maps, path, depth + 1);
1409 ret = maps__set_module_path(maps, path, &m);
1485 pr_debug("Problems setting modules path maps, continuing anyway...\n");
1534 pr_debug("Problems creating module maps, "
1537 pr_debug("Problems creating module maps for guest %d, "
1557 pr_debug("Problems creating extra kernel maps, continuing anyway...\n");
1615 /* If we have maps from kcore then we do not need or want any others */
1907 * maps because that is what the kernel just did.
1910 * with overlapping maps as we process the sythesized MMAP2 events that
2018 ams->ms.maps = al.maps;
2036 ams->ms.maps = al.maps;
2154 ms.maps = al.maps;
2832 .maps = ms->maps,