Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/arch/x86/tests/
Ddwarf-unwind.c28 map = map_groups__find(thread->mg, MAP__VARIABLE, (u64) sp); in sample_ustack()
/linux-4.4.14/tools/perf/arch/arm64/tests/
Ddwarf-unwind.c27 map = map_groups__find(thread->mg, MAP__VARIABLE, (u64) sp); in sample_ustack()
/linux-4.4.14/tools/perf/arch/arm/tests/
Ddwarf-unwind.c27 map = map_groups__find(thread->mg, MAP__VARIABLE, (u64) sp); in sample_ustack()
/linux-4.4.14/tools/perf/tests/
Dvmlinux-kallsyms.c214 pair = map_groups__find(&kallsyms.kmaps, type, mem_start); in test__vmlinux_matches_kallsyms()
/linux-4.4.14/tools/perf/util/
Dmap.h215 static inline struct map *map_groups__find(struct map_groups *mg, in map_groups__find() function
Dmap.c544 struct map *map = map_groups__find(mg, type, addr); in map_groups__find_symbol()
598 ams->map = map_groups__find(ams->map->groups, ams->map->type, in map_groups__find_ams()
Devent.c945 al->map = map_groups__find(mg, type, al->addr); in thread__find_addr_map()
Dsymbol.c679 curr_map = map_groups__find(kmaps, map->type, pos->start); in dso__split_kallsyms_for_kcore()