Home
last modified time | relevance | path

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

/external/linux-tools-perf/src/tools/perf/util/
Dsymbol.c558 struct map *curr_map; in dso__split_kallsyms_for_kcore() local
574 curr_map = map_groups__find(kmaps, map->type, pos->start); in dso__split_kallsyms_for_kcore()
576 if (!curr_map || (filter && filter(curr_map, pos))) { in dso__split_kallsyms_for_kcore()
580 pos->start -= curr_map->start - curr_map->pgoff; in dso__split_kallsyms_for_kcore()
582 pos->end -= curr_map->start - curr_map->pgoff; in dso__split_kallsyms_for_kcore()
583 if (curr_map != map) { in dso__split_kallsyms_for_kcore()
586 &curr_map->dso->symbols[curr_map->type], in dso__split_kallsyms_for_kcore()
611 struct map *curr_map = map; in dso__split_kallsyms() local
631 if (strcmp(curr_map->dso->short_name, module)) { in dso__split_kallsyms()
632 if (curr_map != map && in dso__split_kallsyms()
[all …]
Dsymbol-elf.c681 struct map *curr_map = map; in dso__load_sym() local
867 curr_map = map; in dso__load_sym()
878 curr_map = map_groups__find_by_name(kmap->kmaps, map->type, dso_name); in dso__load_sym()
879 if (curr_map == NULL) { in dso__load_sym()
891 curr_map = map__new2(start, curr_dso, in dso__load_sym()
893 if (curr_map == NULL) { in dso__load_sym()
898 curr_map->start = shdr.sh_addr + in dso__load_sym()
900 curr_map->end = curr_map->start + in dso__load_sym()
902 curr_map->pgoff = shdr.sh_offset; in dso__load_sym()
904 curr_map->map_ip = identity__map_ip; in dso__load_sym()
[all …]