Searched refs:maps__find_ams (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-6.6/tools/perf/arch/loongarch/annotate/ |
H A D | instructions.c | 42 if (maps__find_ams(ms->maps, &target) == 0 && in loongarch_call__parse() 81 if (maps__find_ams(ms->maps, &target) == 0 && in loongarch_jump__parse()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | maps.h | 77 int maps__find_ams(struct maps *maps, struct addr_map_symbol *ams);
|
H A D | map.c | 695 int maps__find_ams(struct maps *maps, struct addr_map_symbol *ams) in maps__find_ams() function
|
H A D | annotate.c | 281 if (maps__find_ams(ms->maps, &target) == 0 && in call__parse() 409 if (maps__find_ams(ms->maps, &target) == 0 && in jump__parse() 1541 if (!maps__find_ams(args->ms.maps, &target) && in symbol__parse_objdump_line()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | maps.h | 126 int maps__find_ams(struct maps *maps, struct addr_map_symbol *ams);
|
H A D | maps.c | 240 int maps__find_ams(struct maps *maps, struct addr_map_symbol *ams) in maps__find_ams() function
|
H A D | annotate.c | 290 if (maps__find_ams(ms->maps, &target) == 0 && in call__parse() 418 if (maps__find_ams(ms->maps, &target) == 0 && in jump__parse() 1644 if (!maps__find_ams(args->ms.maps, &target) && in symbol__parse_objdump_line()
|
/kernel/linux/linux-5.10/tools/perf/arch/s390/annotate/ |
H A D | instructions.c | 41 if (maps__find_ams(ms->maps, &target) == 0 && in s390_call__parse()
|
/kernel/linux/linux-6.6/tools/perf/arch/s390/annotate/ |
H A D | instructions.c | 41 if (maps__find_ams(ms->maps, &target) == 0 && in s390_call__parse()
|
Completed in 12 milliseconds