Home
last modified time | relevance | path

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

/linux-4.4.14/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;
Dannotate.h146 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,
Dmap.h243 struct addr_map_symbol;
245 int map_groups__find_ams(struct addr_map_symbol *ams, symbol_filter_t filter);
Dsort.c491 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()
Dannotate.c623 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()
Dmap.c593 int map_groups__find_ams(struct addr_map_symbol *ams, symbol_filter_t filter) in map_groups__find_ams()
Dmachine.c1499 struct addr_map_symbol *ams, in ip__resolve_ams()
1521 u8 m, struct addr_map_symbol *ams, u64 addr) in ip__resolve_data()
Dhist.c1498 struct addr_map_symbol *prev = NULL; in hist__account_cycles()
/linux-4.4.14/tools/perf/ui/browsers/
Dannotate.c490 struct addr_map_symbol target = { in annotate_browser__callq()