Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Dmaps.h75 int maps__find_ams(struct maps *maps, struct addr_map_symbol *ams);
Dmaps.c180 int maps__find_ams(struct maps *maps, struct addr_map_symbol *ams) in maps__find_ams() function
Dannotate.c282 if (maps__find_ams(ms->maps, &target) == 0 && in call__parse()
410 if (maps__find_ams(ms->maps, &target) == 0 && in jump__parse()
1555 if (!maps__find_ams(args->ms.maps, &target) && in symbol__parse_objdump_line()
/linux-6.1.9/tools/perf/arch/s390/annotate/
Dinstructions.c41 if (maps__find_ams(ms->maps, &target) == 0 && in s390_call__parse()