Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/util/
Dbranch.h27 struct addr_map_symbol from;
28 struct addr_map_symbol to;
Dmem-events.h22 struct addr_map_symbol iaddr;
23 struct addr_map_symbol daddr;
Dannotate.h20 struct addr_map_symbol;
337 int addr_map_symbol__inc_samples(struct addr_map_symbol *ams, struct perf_sample *sample,
340 int addr_map_symbol__account_cycles(struct addr_map_symbol *ams,
341 struct addr_map_symbol *start,
Dmap_groups.h87 struct addr_map_symbol;
89 int map_groups__find_ams(struct addr_map_symbol *ams);
Dmap_symbol.h15 struct addr_map_symbol { struct
Dsort.c387 static char *addr_map_symbol__srcline(struct addr_map_symbol *ams) in addr_map_symbol__srcline()
833 struct addr_map_symbol *from_l = &left->branch_info->from; in sort__sym_from_cmp()
834 struct addr_map_symbol *from_r = &right->branch_info->from; in sort__sym_from_cmp()
851 struct addr_map_symbol *to_l, *to_r; in sort__sym_to_cmp()
869 struct addr_map_symbol *from = &he->branch_info->from; in hist_entry__sym_from_snprintf()
882 struct addr_map_symbol *to = &he->branch_info->to; in hist_entry__sym_to_snprintf()
Dannotate.c244 struct addr_map_symbol target = { in call__parse()
333 struct addr_map_symbol target = { in jump__parse()
977 int addr_map_symbol__account_cycles(struct addr_map_symbol *ams, in addr_map_symbol__account_cycles()
978 struct addr_map_symbol *start, in addr_map_symbol__account_cycles()
1088 int addr_map_symbol__inc_samples(struct addr_map_symbol *ams, struct perf_sample *sample, in addr_map_symbol__inc_samples()
1556 struct addr_map_symbol target = { in symbol__parse_objdump_line()
Dmap.c723 int map_groups__find_ams(struct addr_map_symbol *ams) in map_groups__find_ams()
Dmachine.c1950 struct addr_map_symbol *ams, in ip__resolve_ams()
1973 u8 m, struct addr_map_symbol *ams, in ip__resolve_data()
Dhist.c2582 struct addr_map_symbol *prev = NULL; in hist__account_cycles()
/Linux-v5.4/tools/perf/
Dbuiltin-annotate.c82 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.4/tools/perf/arch/s390/annotate/
Dinstructions.c9 struct addr_map_symbol target = { in s390_call__parse()