Searched refs:addr_map_symbol (Results 1 – 15 of 15) sorted by relevance
| /tools/perf/util/ |
| A 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);
|
| A 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()
|
| A 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()
|
| A D | branch.h | 35 struct addr_map_symbol from; 36 struct addr_map_symbol to;
|
| A D | maps.h | 65 struct addr_map_symbol; 67 int maps__find_ams(struct maps *maps, struct addr_map_symbol *ams);
|
| A D | annotate.h | 24 struct addr_map_symbol; 413 int addr_map_symbol__inc_samples(struct addr_map_symbol *ams, struct perf_sample *sample, 418 int addr_map_symbol__account_cycles(struct addr_map_symbol *ams, 419 struct addr_map_symbol *start,
|
| A D | sort.c | 567 static char *addr_map_symbol__srcline(struct addr_map_symbol *ams) in addr_map_symbol__srcline() 1238 struct addr_map_symbol *from_l, *from_r; in sort__sym_from_cmp() 1255 struct addr_map_symbol *to_l, *to_r; in sort__sym_to_cmp() 1273 struct addr_map_symbol *from = &he->branch_info->from; in hist_entry__sym_from_snprintf() 1286 struct addr_map_symbol *to = &he->branch_info->to; in hist_entry__sym_to_snprintf() 1386 struct addr_map_symbol *from = &he->branch_info->from; in hist_entry__addr_from_snprintf() 1399 struct addr_map_symbol *to = &he->branch_info->to; in hist_entry__addr_to_snprintf() 1411 struct addr_map_symbol *from_l; in sort__addr_from_cmp() 1412 struct addr_map_symbol *from_r; in sort__addr_from_cmp() 1435 struct addr_map_symbol *to_l; in sort__addr_to_cmp() [all …]
|
| A D | disasm.c | 271 struct addr_map_symbol target = { in call__parse() 367 struct addr_map_symbol target = { in jump__parse() 1166 struct addr_map_symbol target = { in symbol__parse_objdump_line()
|
| A D | annotate.c | 392 int addr_map_symbol__account_cycles(struct addr_map_symbol *ams, in addr_map_symbol__account_cycles() 393 struct addr_map_symbol *start, in addr_map_symbol__account_cycles() 582 int addr_map_symbol__inc_samples(struct addr_map_symbol *ams, struct perf_sample *sample, in addr_map_symbol__inc_samples()
|
| A D | maps.c | 675 int maps__find_ams(struct maps *maps, struct addr_map_symbol *ams) in maps__find_ams()
|
| A D | machine.c | 2001 struct addr_map_symbol *ams, in ip__resolve_ams() 2028 u8 m, struct addr_map_symbol *ams, in ip__resolve_data()
|
| A D | hist.c | 2837 struct addr_map_symbol *prev = NULL; in hist__account_cycles()
|
| /tools/perf/arch/loongarch/annotate/ |
| A D | instructions.c | 13 struct addr_map_symbol target = { in loongarch_call__parse() 60 struct addr_map_symbol target = { in loongarch_jump__parse()
|
| /tools/perf/arch/s390/annotate/ |
| A D | instructions.c | 9 struct addr_map_symbol target = { in s390_call__parse()
|
| /tools/perf/ |
| A D | builtin-annotate.c | 96 static void process_basic_block(struct addr_map_symbol *start, in process_basic_block() 97 struct addr_map_symbol *end, in process_basic_block() 149 struct addr_map_symbol *prev = NULL; in process_branch_stack()
|
Completed in 47 milliseconds