Home
last modified time | relevance | path

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

/tools/perf/util/
Dsymbol.c1113 struct map *old_map, *new_map, *replacement_map = NULL; in dso__load_kcore() local
1171 list_for_each_entry(new_map, &md.maps, node) { in dso__load_kcore()
1172 if (sym && sym->start >= new_map->start && in dso__load_kcore()
1173 sym->start < new_map->end) { in dso__load_kcore()
1174 replacement_map = new_map; in dso__load_kcore()
1184 new_map = list_entry(md.maps.next, struct map, node); in dso__load_kcore()
1185 list_del_init(&new_map->node); in dso__load_kcore()
1186 if (new_map == replacement_map) { in dso__load_kcore()
1187 map->start = new_map->start; in dso__load_kcore()
1188 map->end = new_map->end; in dso__load_kcore()
[all …]