Lines Matching refs:vmlinux_maps
2247 self->vmlinux_maps[type] = map__new2(start, kernel, type); in __machine__create_kernel_maps()
2248 if (self->vmlinux_maps[type] == NULL) in __machine__create_kernel_maps()
2251 self->vmlinux_maps[type]->map_ip = in __machine__create_kernel_maps()
2252 self->vmlinux_maps[type]->unmap_ip = identity__map_ip; in __machine__create_kernel_maps()
2254 kmap = map__kmap(self->vmlinux_maps[type]); in __machine__create_kernel_maps()
2256 map_groups__insert(&self->kmaps, self->vmlinux_maps[type]); in __machine__create_kernel_maps()
2269 if (self->vmlinux_maps[type] == NULL) in machine__destroy_kernel_maps()
2272 kmap = map__kmap(self->vmlinux_maps[type]); in machine__destroy_kernel_maps()
2273 map_groups__remove(&self->kmaps, self->vmlinux_maps[type]); in machine__destroy_kernel_maps()
2287 map__delete(self->vmlinux_maps[type]); in machine__destroy_kernel_maps()
2288 self->vmlinux_maps[type] = NULL; in machine__destroy_kernel_maps()
2373 struct dso *kdso = self->vmlinux_maps[MAP__FUNCTION]->dso; in machine__fprintf_vmlinux_path()
2580 struct map *map = self->vmlinux_maps[type]; in machine__load_kallsyms()
2599 struct map *map = self->vmlinux_maps[type]; in machine__load_vmlinux_path()