HomeSort by relevance Sort by last modified time
    Searched refs:curr_map (Results 1 - 2 of 2) sorted by null

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
symbol.c 558 struct map *curr_map; local
574 curr_map = map_groups__find(kmaps, map->type, pos->start);
576 if (!curr_map || (filter && filter(curr_map, pos))) {
580 pos->start -= curr_map->start - curr_map->pgoff;
582 pos->end -= curr_map->start - curr_map->pgoff;
583 if (curr_map != map) {
586 &curr_map->dso->symbols[curr_map->type]
611 struct map *curr_map = map; local
    [all...]
symbol-elf.c 681 struct map *curr_map = map; local
867 curr_map = map;
878 curr_map = map_groups__find_by_name(kmap->kmaps, map->type, dso_name);
879 if (curr_map == NULL) {
891 curr_map = map__new2(start, curr_dso,
893 if (curr_map == NULL) {
898 curr_map->start = shdr.sh_addr +
900 curr_map->end = curr_map->start +
902 curr_map->pgoff = shdr.sh_offset
    [all...]

Completed in 741 milliseconds