Searched refs:addr_map_symbol (Results 1 – 15 of 15) sorted by relevance
/linux-6.12.1/tools/perf/util/ |
D | map_symbol.h | 17 struct addr_map_symbol { struct 27 void addr_map_symbol__exit(struct addr_map_symbol *ams); argument 30 void addr_map_symbol__copy(struct addr_map_symbol *dst, struct addr_map_symbol *src);
|
D | mem-info.h | 11 struct addr_map_symbol iaddr; in DECLARE_RC_STRUCT() 12 struct addr_map_symbol daddr; in DECLARE_RC_STRUCT() 30 static inline struct addr_map_symbol *mem_info__iaddr(struct mem_info *mi) in mem_info__iaddr() 35 static inline struct addr_map_symbol *mem_info__daddr(struct mem_info *mi) in mem_info__daddr()
|
D | map_symbol.c | 12 void addr_map_symbol__exit(struct addr_map_symbol *ams) in addr_map_symbol__exit() 24 void addr_map_symbol__copy(struct addr_map_symbol *dst, struct addr_map_symbol *src) in addr_map_symbol__copy()
|
D | branch.h | 34 struct addr_map_symbol from; 35 struct addr_map_symbol to;
|
D | maps.h | 65 struct addr_map_symbol; 67 int maps__find_ams(struct maps *maps, struct addr_map_symbol *ams);
|
D | annotate.h | 23 struct addr_map_symbol; 396 int addr_map_symbol__inc_samples(struct addr_map_symbol *ams, struct perf_sample *sample, 401 int addr_map_symbol__account_cycles(struct addr_map_symbol *ams, 402 struct addr_map_symbol *start,
|
D | sort.c | 530 static char *addr_map_symbol__srcline(struct addr_map_symbol *ams) in addr_map_symbol__srcline() 1071 struct addr_map_symbol *from_l, *from_r; in sort__sym_from_cmp() 1088 struct addr_map_symbol *to_l, *to_r; in sort__sym_to_cmp() 1106 struct addr_map_symbol *from = &he->branch_info->from; in hist_entry__sym_from_snprintf() 1119 struct addr_map_symbol *to = &he->branch_info->to; in hist_entry__sym_to_snprintf() 1219 struct addr_map_symbol *from = &he->branch_info->from; in hist_entry__addr_from_snprintf() 1232 struct addr_map_symbol *to = &he->branch_info->to; in hist_entry__addr_to_snprintf() 1244 struct addr_map_symbol *from_l; in sort__addr_from_cmp() 1245 struct addr_map_symbol *from_r; in sort__addr_from_cmp() 1268 struct addr_map_symbol *to_l; in sort__addr_to_cmp() [all …]
|
D | disasm.c | 270 struct addr_map_symbol target = { in call__parse() 366 struct addr_map_symbol target = { in jump__parse() 1164 struct addr_map_symbol target = { in symbol__parse_objdump_line()
|
D | annotate.c | 390 int addr_map_symbol__account_cycles(struct addr_map_symbol *ams, in addr_map_symbol__account_cycles() 391 struct addr_map_symbol *start, in addr_map_symbol__account_cycles() 580 int addr_map_symbol__inc_samples(struct addr_map_symbol *ams, struct perf_sample *sample, in addr_map_symbol__inc_samples()
|
D | maps.c | 662 int maps__find_ams(struct maps *maps, struct addr_map_symbol *ams) in maps__find_ams()
|
D | machine.c | 1962 struct addr_map_symbol *ams, in ip__resolve_ams() 1989 u8 m, struct addr_map_symbol *ams, in ip__resolve_data()
|
D | hist.c | 2699 struct addr_map_symbol *prev = NULL; in hist__account_cycles()
|
/linux-6.12.1/tools/perf/arch/loongarch/annotate/ |
D | instructions.c | 13 struct addr_map_symbol target = { in loongarch_call__parse() 60 struct addr_map_symbol target = { in loongarch_jump__parse()
|
/linux-6.12.1/tools/perf/ |
D | builtin-annotate.c | 95 static void process_basic_block(struct addr_map_symbol *start, in process_basic_block() 96 struct addr_map_symbol *end, in process_basic_block() 148 struct addr_map_symbol *prev = NULL; in process_branch_stack()
|
/linux-6.12.1/tools/perf/arch/s390/annotate/ |
D | instructions.c | 9 struct addr_map_symbol target = { in s390_call__parse()
|