Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/util/
Dsymbol.c634 struct map *curr_map; in dso__split_kallsyms_for_kcore() local
653 curr_map = map_groups__find(kmaps, map->type, pos->start); in dso__split_kallsyms_for_kcore()
655 if (!curr_map || (filter && filter(curr_map, pos))) { in dso__split_kallsyms_for_kcore()
659 pos->start -= curr_map->start - curr_map->pgoff; in dso__split_kallsyms_for_kcore()
661 pos->end -= curr_map->start - curr_map->pgoff; in dso__split_kallsyms_for_kcore()
662 if (curr_map != map) { in dso__split_kallsyms_for_kcore()
665 &curr_map->dso->symbols[curr_map->type], in dso__split_kallsyms_for_kcore()
690 struct map *curr_map = map; in dso__split_kallsyms() local
715 if (strcmp(curr_map->dso->short_name, module)) { in dso__split_kallsyms()
716 if (curr_map != map && in dso__split_kallsyms()
[all …]
Dsymbol-elf.c780 struct map *curr_map = map; in dso__load_sym() local
981 curr_map = map; in dso__load_sym()
992 curr_map = map_groups__find_by_name(kmaps, map->type, dso_name); in dso__load_sym()
993 if (curr_map == NULL) { in dso__load_sym()
1005 curr_map = map__new2(start, curr_dso, in dso__load_sym()
1007 if (curr_map == NULL) { in dso__load_sym()
1012 curr_map->start = shdr.sh_addr + in dso__load_sym()
1014 curr_map->end = curr_map->start + in dso__load_sym()
1016 curr_map->pgoff = shdr.sh_offset; in dso__load_sym()
1018 curr_map->map_ip = identity__map_ip; in dso__load_sym()
[all …]