Lines Matching refs:map__dso
49 return map__dso(machine->vmlinux_map); in machine__kernel_dso()
728 dso = dso__get(map__dso(map)); in machine__process_ksymbol_register()
759 struct dso *dso = map__dso(map); in machine__process_ksymbol_unregister()
787 struct dso *dso = map ? map__dso(map) : NULL; in machine__process_text_poke()
1262 struct dso *dso = map__dso(map); in machine__load_kallsyms()
1281 struct dso *dso = map__dso(map); in machine__load_vmlinux_path()
1339 dso = map__dso(map); in maps__set_module_path()
1448 dso__kernel_module_get_build_id(map__dso(map), machine->root_dir); in machine__create_module()
1634 dso__set_build_id(map__dso(map), bid); in machine__process_kernel_mmap_event()
2037 dso = map__dso(map); in callchain_srcline()
2869 dso = map__dso(map); in append_inlines()
3170 *modp = __map__is_kmodule(map) ? (char *)dso__short_name(map__dso(map)) : NULL; in machine__resolve_kernel_addr()