Searched refs:addr_map_symbol (Results 1 – 15 of 15) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | map_symbol.h | 18 struct addr_map_symbol { struct 28 void addr_map_symbol__exit(struct addr_map_symbol *ams); argument 31 void addr_map_symbol__copy(struct addr_map_symbol *dst, struct addr_map_symbol *src);
|
| H 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()
|
| H A D | map_symbol.c | 13 void addr_map_symbol__exit(struct addr_map_symbol *ams) in addr_map_symbol__exit() 25 void addr_map_symbol__copy(struct addr_map_symbol *dst, struct addr_map_symbol *src) in addr_map_symbol__copy()
|
| H A D | branch.h | 35 struct addr_map_symbol from; 36 struct addr_map_symbol to;
|
| H A D | maps.h | 69 struct addr_map_symbol; 71 int maps__find_ams(struct maps *maps, struct addr_map_symbol *ams);
|
| H A D | annotate.h | 24 struct addr_map_symbol; 425 int addr_map_symbol__inc_samples(struct addr_map_symbol *ams, struct perf_sample *sample, 430 int addr_map_symbol__account_cycles(struct addr_map_symbol *ams, 431 struct addr_map_symbol *start,
|
| H A D | sort.c | 687 static char *addr_map_symbol__srcline(struct addr_map_symbol *ams) in hist_entry__sym_ipc_snprintf() 1358 struct addr_map_symbol *from_l, *from_r; in _hist_entry__addr_snprintf() 1375 struct addr_map_symbol *to_l, *to_r; in _hist_entry__addr_snprintf() 1393 struct addr_map_symbol *from = &he->branch_info->from; in hist_entry__addr_from_snprintf() 1406 struct addr_map_symbol *to = &he->branch_info->to; in hist_entry__addr_to_snprintf() 1506 struct addr_map_symbol *from = &he->branch_info->from; in sort__cycles_cmp() 1519 struct addr_map_symbol *to = &he->branch_info->to; in hist_entry__cycles_snprintf() 1531 struct addr_map_symbol *from_l; in sort__daddr_cmp() 1532 struct addr_map_symbol *from_r; in sort__daddr_cmp() 1555 struct addr_map_symbol *to_ [all...] |
| H A D | disasm.c | 244 struct addr_map_symbol target; in call__parse() 269 target = (struct addr_map_symbol) { in call__parse() 343 struct addr_map_symbol target = { in jump__parse() 1066 struct addr_map_symbol target = { in symbol__parse_objdump_line()
|
| H A D | annotate.c | 394 int addr_map_symbol__account_cycles(struct addr_map_symbol *ams, in addr_map_symbol__account_cycles() 395 struct addr_map_symbol *start, in addr_map_symbol__account_cycles() 584 int addr_map_symbol__inc_samples(struct addr_map_symbol *ams, struct perf_sample *sample, in addr_map_symbol__inc_samples()
|
| H A D | maps.c | 706 int maps__find_ams(struct maps *maps, struct addr_map_symbol *ams) in maps__find_ams()
|
| H 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()
|
| H A D | hist.c | 2838 struct addr_map_symbol *prev = NULL; in hist__account_cycles()
|
| /linux/tools/perf/util/annotate-arch/ |
| H A D | annotate-loongarch.c | 23 struct addr_map_symbol target; in loongarch_call__parse() 49 target = (struct addr_map_symbol) { in loongarch_call__parse() 75 struct addr_map_symbol target = { in loongarch_jump__parse()
|
| H A D | annotate-s390.c | 19 struct addr_map_symbol target; in s390_call__parse() 48 target = (struct addr_map_symbol) { in s390_call__parse()
|
| /linux/tools/perf/ |
| H A D | builtin-annotate.c | 95 static void process_basic_block(struct addr_map_symbol *start, 96 struct addr_map_symbol *end, in process_basic_block() 148 struct addr_map_symbol *prev = NULL; in process_branch_stack()
|