Searched refs:addr_map_symbol (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/tools/perf/util/ |
D | symbol.h | 184 struct addr_map_symbol { struct 193 struct addr_map_symbol from; argument 194 struct addr_map_symbol to; 201 struct addr_map_symbol iaddr; 202 struct addr_map_symbol daddr;
|
D | annotate.h | 323 int addr_map_symbol__inc_samples(struct addr_map_symbol *ams, struct perf_sample *sample, 326 int addr_map_symbol__account_cycles(struct addr_map_symbol *ams, 327 struct addr_map_symbol *start,
|
D | map.h | 229 struct addr_map_symbol; 231 int map_groups__find_ams(struct addr_map_symbol *ams);
|
D | annotate.c | 212 struct addr_map_symbol target = { in call__parse() 301 struct addr_map_symbol target = { in jump__parse() 946 int addr_map_symbol__account_cycles(struct addr_map_symbol *ams, in addr_map_symbol__account_cycles() 947 struct addr_map_symbol *start, in addr_map_symbol__account_cycles() 1043 int addr_map_symbol__inc_samples(struct addr_map_symbol *ams, struct perf_sample *sample, in addr_map_symbol__inc_samples() 1514 struct addr_map_symbol target = { in symbol__parse_objdump_line()
|
D | sort.c | 368 static char *addr_map_symbol__srcline(struct addr_map_symbol *ams) in addr_map_symbol__srcline() 732 struct addr_map_symbol *from_l = &left->branch_info->from; in sort__sym_from_cmp() 733 struct addr_map_symbol *from_r = &right->branch_info->from; in sort__sym_from_cmp() 750 struct addr_map_symbol *to_l, *to_r; in sort__sym_to_cmp() 768 struct addr_map_symbol *from = &he->branch_info->from; in hist_entry__sym_from_snprintf() 781 struct addr_map_symbol *to = &he->branch_info->to; in hist_entry__sym_to_snprintf()
|
D | map.c | 623 int map_groups__find_ams(struct addr_map_symbol *ams) in map_groups__find_ams()
|
D | machine.c | 1814 struct addr_map_symbol *ams, in ip__resolve_ams() 1837 u8 m, struct addr_map_symbol *ams, in ip__resolve_data()
|
D | hist.c | 2421 struct addr_map_symbol *prev = NULL; in hist__account_cycles()
|
/Linux-v4.19/tools/perf/ |
D | builtin-annotate.c | 77 static void process_basic_block(struct addr_map_symbol *start, in process_basic_block() 78 struct addr_map_symbol *end, in process_basic_block() 127 struct addr_map_symbol *prev = NULL; in process_branch_stack()
|
/Linux-v4.19/tools/perf/arch/s390/annotate/ |
D | instructions.c | 9 struct addr_map_symbol target = { in s390_call__parse()
|