Home
last modified time | relevance | path

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

/tools/perf/util/
Dsymbol.c649 struct map *curr_map; in dso__split_kallsyms_for_kcore() local
673 curr_map = map_groups__find(kmaps, map->type, pos->start); in dso__split_kallsyms_for_kcore()
675 if (!curr_map) { in dso__split_kallsyms_for_kcore()
680 pos->start -= curr_map->start - curr_map->pgoff; in dso__split_kallsyms_for_kcore()
682 pos->end -= curr_map->start - curr_map->pgoff; in dso__split_kallsyms_for_kcore()
683 symbols__insert(&curr_map->dso->symbols[curr_map->type], pos); in dso__split_kallsyms_for_kcore()
702 struct map *curr_map = map; in dso__split_kallsyms() local
727 if (strcmp(curr_map->dso->short_name, module)) { in dso__split_kallsyms()
728 if (curr_map != map && in dso__split_kallsyms()
738 dso__set_loaded(curr_map->dso, in dso__split_kallsyms()
[all …]
Dsymbol-elf.c830 struct map *curr_map = map; in dso__load_sym() local
1045 curr_map = map; in dso__load_sym()
1056 curr_map = map_groups__find_by_name(kmaps, map->type, dso_name); in dso__load_sym()
1057 if (curr_map == NULL) { in dso__load_sym()
1069 curr_map = map__new2(start, curr_dso, in dso__load_sym()
1072 if (curr_map == NULL) { in dso__load_sym()
1076 curr_map->start = shdr.sh_addr + in dso__load_sym()
1078 curr_map->end = curr_map->start + in dso__load_sym()
1080 curr_map->pgoff = shdr.sh_offset; in dso__load_sym()
1082 curr_map->map_ip = identity__map_ip; in dso__load_sym()
[all …]