Lines Matching refs:map
11 static int vmlinux_matches_kallsyms_filter(struct map *map __maybe_unused, in vmlinux_matches_kallsyms_filter()
26 struct map *kallsyms_map, *vmlinux_map, *map; in test__vmlinux_matches_kallsyms() local
188 for (map = maps__first(maps); map; map = map__next(map)) { in test__vmlinux_matches_kallsyms()
189 struct map * in test__vmlinux_matches_kallsyms()
197 (map->dso->kernel ? in test__vmlinux_matches_kallsyms()
198 map->dso->short_name : in test__vmlinux_matches_kallsyms()
199 map->dso->name)); in test__vmlinux_matches_kallsyms()
203 map__fprintf(map, stderr); in test__vmlinux_matches_kallsyms()
208 for (map = maps__first(maps); map; map = map__next(map)) { in test__vmlinux_matches_kallsyms()
209 struct map *pair; in test__vmlinux_matches_kallsyms()
211 mem_start = vmlinux_map->unmap_ip(vmlinux_map, map->start); in test__vmlinux_matches_kallsyms()
212 mem_end = vmlinux_map->unmap_ip(vmlinux_map, map->end); in test__vmlinux_matches_kallsyms()
221 map->start, map->end, map->pgoff, map->dso->name); in test__vmlinux_matches_kallsyms()
234 for (map = maps__first(maps); map; map = map__next(map)) { in test__vmlinux_matches_kallsyms()
235 if (!map->priv) in test__vmlinux_matches_kallsyms()
236 map__fprintf(map, stderr); in test__vmlinux_matches_kallsyms()