Home
last modified time | relevance | path

Searched refs:vmlinux_map (Results 1 – 1 of 1) sorted by relevance

/external/linux-tools-perf/src/tools/perf/tests/
Dvmlinux-kallsyms.c26 struct map *kallsyms_map, *vmlinux_map; in test__vmlinux_matches_kallsyms() local
91 vmlinux_map = machine__kernel_map(&vmlinux, type); in test__vmlinux_matches_kallsyms()
92 map__kmap(vmlinux_map)->ref_reloc_sym = &ref_reloc_sym; in test__vmlinux_matches_kallsyms()
120 for (nd = rb_first(&vmlinux_map->dso->symbols[type]); nd; nd = rb_next(nd)) { in test__vmlinux_matches_kallsyms()
129 mem_start = vmlinux_map->unmap_ip(vmlinux_map, sym->start); in test__vmlinux_matches_kallsyms()
130 mem_end = vmlinux_map->unmap_ip(vmlinux_map, sym->end); in test__vmlinux_matches_kallsyms()
220 mem_start = vmlinux_map->unmap_ip(vmlinux_map, pos->start); in test__vmlinux_matches_kallsyms()
221 mem_end = vmlinux_map->unmap_ip(vmlinux_map, pos->end); in test__vmlinux_matches_kallsyms()