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

/linux-master/tools/perf/util/
H A Dsymbol.c799 struct map *curr_map; local
812 curr_map = maps__find(kmaps, pos->start);
814 if (!curr_map) {
818 curr_map_dso = map__dso(curr_map);
819 pos->start -= map__start(curr_map) - map__pgoff(curr_map);
820 if (pos->end > map__end(curr_map))
821 pos->end = map__end(curr_map);
823 pos->end -= map__start(curr_map) - map__pgoff(curr_map);
844 struct map *curr_map = map__get(initial_map); local
[all...]
H A Dsymbol-elf.c1428 struct map *curr_map; local
1494 curr_map = maps__find_by_name(kmaps, dso_name);
1495 if (curr_map == NULL) {
1509 curr_map = map__new2(start, curr_dso);
1511 if (curr_map == NULL)
1515 map__kmap(curr_map)->kmaps = kmaps;
1518 map__set_start(curr_map, shdr->sh_addr + ref_reloc(kmap));
1519 map__set_end(curr_map, map__start(curr_map) + shdr->sh_size);
1520 map__set_pgoff(curr_map, shd
1552 struct map *curr_map = map; local
[all...]

Completed in 128 milliseconds