Searched refs:addr_map_symbol (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/tools/perf/util/ |
D | symbol.h | 166 struct addr_map_symbol { struct 174 struct addr_map_symbol from; argument 175 struct addr_map_symbol to; 180 struct addr_map_symbol iaddr; 181 struct addr_map_symbol daddr;
|
D | annotate.h | 146 int addr_map_symbol__inc_samples(struct addr_map_symbol *ams, int evidx); 148 int addr_map_symbol__account_cycles(struct addr_map_symbol *ams, 149 struct addr_map_symbol *start,
|
D | map.h | 243 struct addr_map_symbol; 245 int map_groups__find_ams(struct addr_map_symbol *ams, symbol_filter_t filter);
|
D | sort.c | 491 struct addr_map_symbol *from_l = &left->branch_info->from; in sort__sym_from_cmp() 492 struct addr_map_symbol *from_r = &right->branch_info->from; in sort__sym_from_cmp() 509 struct addr_map_symbol *to_l, *to_r; in sort__sym_to_cmp() 527 struct addr_map_symbol *from = &he->branch_info->from; in hist_entry__sym_from_snprintf() 540 struct addr_map_symbol *to = &he->branch_info->to; in hist_entry__sym_to_snprintf()
|
D | annotate.c | 623 int addr_map_symbol__account_cycles(struct addr_map_symbol *ams, in addr_map_symbol__account_cycles() 624 struct addr_map_symbol *start, in addr_map_symbol__account_cycles() 657 int addr_map_symbol__inc_samples(struct addr_map_symbol *ams, int evidx) in addr_map_symbol__inc_samples() 1031 struct addr_map_symbol target = { in symbol__parse_objdump_line()
|
D | map.c | 593 int map_groups__find_ams(struct addr_map_symbol *ams, symbol_filter_t filter) in map_groups__find_ams()
|
D | machine.c | 1499 struct addr_map_symbol *ams, in ip__resolve_ams() 1521 u8 m, struct addr_map_symbol *ams, u64 addr) in ip__resolve_data()
|
D | hist.c | 1498 struct addr_map_symbol *prev = NULL; in hist__account_cycles()
|
/linux-4.4.14/tools/perf/ui/browsers/ |
D | annotate.c | 490 struct addr_map_symbol target = { in annotate_browser__callq()
|