Lines Matching refs:map__dso
49 return map__dso(machine->vmlinux_map); in machine__kernel_dso()
726 dso = dso__get(map__dso(map)); in machine__process_ksymbol_register()
757 struct dso *dso = map__dso(map); in machine__process_ksymbol_unregister()
785 struct dso *dso = map ? map__dso(map) : NULL; in machine__process_text_poke()
1260 struct dso *dso = map__dso(map); in machine__load_kallsyms()
1279 struct dso *dso = map__dso(map); in machine__load_vmlinux_path()
1337 dso = map__dso(map); in maps__set_module_path()
1446 dso__kernel_module_get_build_id(map__dso(map), machine->root_dir); in machine__create_module()
1632 dso__set_build_id(map__dso(map), bid); in machine__process_kernel_mmap_event()
2035 dso = map__dso(map); in callchain_srcline()
2865 dso = map__dso(map); in append_inlines()
3166 *modp = __map__is_kmodule(map) ? (char *)dso__short_name(map__dso(map)) : NULL; in machine__resolve_kernel_addr()