Home
last modified time | relevance | path

Searched refs:addr_map_symbol (Results 1 – 8 of 8) sorted by relevance

/tools/perf/util/
Dsymbol.h178 struct addr_map_symbol { struct
186 struct addr_map_symbol from; argument
187 struct addr_map_symbol to;
192 struct addr_map_symbol iaddr;
193 struct addr_map_symbol daddr;
Dmap.h201 struct addr_map_symbol;
203 int map_groups__find_ams(struct addr_map_symbol *ams, symbol_filter_t filter);
Dannotate.h135 int addr_map_symbol__inc_samples(struct addr_map_symbol *ams, int evidx);
Dsort.c416 struct addr_map_symbol *from_l = &left->branch_info->from; in sort__sym_from_cmp()
417 struct addr_map_symbol *from_r = &right->branch_info->from; in sort__sym_from_cmp()
434 struct addr_map_symbol *to_l, *to_r; in sort__sym_to_cmp()
452 struct addr_map_symbol *from = &he->branch_info->from; in hist_entry__sym_from_snprintf()
465 struct addr_map_symbol *to = &he->branch_info->to; in hist_entry__sym_to_snprintf()
Dmachine.c1294 struct addr_map_symbol *ams, in ip__resolve_ams()
1316 u8 m, struct addr_map_symbol *ams, u64 addr) in ip__resolve_data()
Dannotate.c512 int addr_map_symbol__inc_samples(struct addr_map_symbol *ams, int evidx) in addr_map_symbol__inc_samples()
857 struct addr_map_symbol target = { in symbol__parse_objdump_line()
Dmap.c557 int map_groups__find_ams(struct addr_map_symbol *ams, symbol_filter_t filter) in map_groups__find_ams()
/tools/perf/ui/browsers/
Dannotate.c446 struct addr_map_symbol target = { in annotate_browser__callq()