Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/util/
Dsymbol.h166 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;
Dmap.h215 struct addr_map_symbol;
217 int map_groups__find_ams(struct addr_map_symbol *ams, symbol_filter_t filter);
Dannotate.h130 int addr_map_symbol__inc_samples(struct addr_map_symbol *ams, int evidx);
Dsort.c418 struct addr_map_symbol *from_l = &left->branch_info->from; in sort__sym_from_cmp()
419 struct addr_map_symbol *from_r = &right->branch_info->from; in sort__sym_from_cmp()
436 struct addr_map_symbol *to_l, *to_r; in sort__sym_to_cmp()
454 struct addr_map_symbol *from = &he->branch_info->from; in hist_entry__sym_from_snprintf()
467 struct addr_map_symbol *to = &he->branch_info->to; in hist_entry__sym_to_snprintf()
Dannotate.c526 int addr_map_symbol__inc_samples(struct addr_map_symbol *ams, int evidx) in addr_map_symbol__inc_samples()
882 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()
Dmachine.c1350 struct addr_map_symbol *ams, in ip__resolve_ams()
1372 u8 m, struct addr_map_symbol *ams, u64 addr) in ip__resolve_data()
/linux-4.1.27/tools/perf/ui/browsers/
Dannotate.c451 struct addr_map_symbol target = { in annotate_browser__callq()