Lines Matching refs:map__dso
51 return map__dso(machine->vmlinux_map); in machine__kernel_dso()
769 dso = dso__get(map__dso(map)); in machine__process_ksymbol_register()
800 struct dso *dso = map__dso(map); in machine__process_ksymbol_unregister()
832 struct dso *dso = map ? map__dso(map) : NULL; in machine__process_text_poke()
1287 struct dso *dso = map__dso(map); in machine__load_kallsyms()
1306 struct dso *dso = map__dso(map); in machine__load_vmlinux_path()
1364 dso = map__dso(map); in maps__set_module_path()
1481 dso__kernel_module_get_build_id(map__dso(map), machine->root_dir); in machine__create_module()
1669 dso__set_build_id(map__dso(map), bid); in machine__process_kernel_mmap_event()
2074 dso = map__dso(map); in callchain_srcline()
2906 dso = map__dso(map); in append_inlines()
3207 *modp = __map__is_kmodule(map) ? (char *)dso__short_name(map__dso(map)) : NULL; in machine__resolve_kernel_addr()