Searched refs:addr_map_symbol (Results 1 – 12 of 12) sorted by relevance
/Linux-v5.10/tools/perf/util/ |
D | branch.h | 33 struct addr_map_symbol from; 34 struct addr_map_symbol to;
|
D | mem-events.h | 22 struct addr_map_symbol iaddr; 23 struct addr_map_symbol daddr;
|
D | maps.h | 75 struct addr_map_symbol; 77 int maps__find_ams(struct maps *maps, struct addr_map_symbol *ams);
|
D | annotate.h | 21 struct addr_map_symbol; 338 int addr_map_symbol__inc_samples(struct addr_map_symbol *ams, struct perf_sample *sample, 341 int addr_map_symbol__account_cycles(struct addr_map_symbol *ams, 342 struct addr_map_symbol *start,
|
D | map_symbol.h | 17 struct addr_map_symbol { struct
|
D | sort.c | 397 static char *addr_map_symbol__srcline(struct addr_map_symbol *ams) in addr_map_symbol__srcline() 876 struct addr_map_symbol *from_l = &left->branch_info->from; in sort__sym_from_cmp() 877 struct addr_map_symbol *from_r = &right->branch_info->from; in sort__sym_from_cmp() 894 struct addr_map_symbol *to_l, *to_r; in sort__sym_to_cmp() 912 struct addr_map_symbol *from = &he->branch_info->from; in hist_entry__sym_from_snprintf() 925 struct addr_map_symbol *to = &he->branch_info->to; in hist_entry__sym_to_snprintf()
|
D | annotate.c | 244 struct addr_map_symbol target = { in call__parse() 333 struct addr_map_symbol target = { in jump__parse() 982 int addr_map_symbol__account_cycles(struct addr_map_symbol *ams, in addr_map_symbol__account_cycles() 983 struct addr_map_symbol *start, in addr_map_symbol__account_cycles() 1093 int addr_map_symbol__inc_samples(struct addr_map_symbol *ams, struct perf_sample *sample, in addr_map_symbol__inc_samples() 1520 struct addr_map_symbol target = { in symbol__parse_objdump_line()
|
D | map.c | 696 int maps__find_ams(struct maps *maps, struct addr_map_symbol *ams) in maps__find_ams()
|
D | machine.c | 2001 struct addr_map_symbol *ams, in ip__resolve_ams() 2025 u8 m, struct addr_map_symbol *ams, in ip__resolve_data()
|
D | hist.c | 2631 struct addr_map_symbol *prev = NULL; in hist__account_cycles()
|
/Linux-v5.10/tools/perf/ |
D | builtin-annotate.c | 82 static void process_basic_block(struct addr_map_symbol *start, in process_basic_block() 83 struct addr_map_symbol *end, in process_basic_block() 132 struct addr_map_symbol *prev = NULL; in process_branch_stack()
|
/Linux-v5.10/tools/perf/arch/s390/annotate/ |
D | instructions.c | 9 struct addr_map_symbol target = { in s390_call__parse()
|