Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/util/
Dbranch.h33 struct addr_map_symbol from;
34 struct addr_map_symbol to;
Dmem-events.h23 struct addr_map_symbol iaddr;
24 struct addr_map_symbol daddr;
Dmaps.h73 struct addr_map_symbol;
75 int maps__find_ams(struct maps *maps, struct addr_map_symbol *ams);
Dannotate.h21 struct addr_map_symbol;
344 int addr_map_symbol__inc_samples(struct addr_map_symbol *ams, struct perf_sample *sample,
347 int addr_map_symbol__account_cycles(struct addr_map_symbol *ams,
348 struct addr_map_symbol *start,
Dmap_symbol.h17 struct addr_map_symbol { struct
Dsort.c400 static char *addr_map_symbol__srcline(struct addr_map_symbol *ams) in addr_map_symbol__srcline()
879 struct addr_map_symbol *from_l = &left->branch_info->from; in sort__sym_from_cmp()
880 struct addr_map_symbol *from_r = &right->branch_info->from; in sort__sym_from_cmp()
897 struct addr_map_symbol *to_l, *to_r; in sort__sym_to_cmp()
915 struct addr_map_symbol *from = &he->branch_info->from; in hist_entry__sym_from_snprintf()
928 struct addr_map_symbol *to = &he->branch_info->to; in hist_entry__sym_to_snprintf()
1028 struct addr_map_symbol *from = &he->branch_info->from; in hist_entry__addr_from_snprintf()
1041 struct addr_map_symbol *to = &he->branch_info->to; in hist_entry__addr_to_snprintf()
1053 struct addr_map_symbol *from_l; in sort__addr_from_cmp()
1054 struct addr_map_symbol *from_r; in sort__addr_from_cmp()
[all …]
Dmaps.c180 int maps__find_ams(struct maps *maps, struct addr_map_symbol *ams) in maps__find_ams()
Dannotate.c254 struct addr_map_symbol target = { in call__parse()
349 struct addr_map_symbol target = { in jump__parse()
1000 int addr_map_symbol__account_cycles(struct addr_map_symbol *ams, in addr_map_symbol__account_cycles()
1001 struct addr_map_symbol *start, in addr_map_symbol__account_cycles()
1111 int addr_map_symbol__inc_samples(struct addr_map_symbol *ams, struct perf_sample *sample, in addr_map_symbol__inc_samples()
1551 struct addr_map_symbol target = { in symbol__parse_objdump_line()
Dmachine.c2158 struct addr_map_symbol *ams, in ip__resolve_ams()
2184 u8 m, struct addr_map_symbol *ams, in ip__resolve_data()
Dhist.c2646 struct addr_map_symbol *prev = NULL; in hist__account_cycles()
/linux-5.19.10/tools/perf/
Dbuiltin-annotate.c87 static void process_basic_block(struct addr_map_symbol *start, in process_basic_block()
88 struct addr_map_symbol *end, in process_basic_block()
137 struct addr_map_symbol *prev = NULL; in process_branch_stack()
/linux-5.19.10/tools/perf/arch/s390/annotate/
Dinstructions.c9 struct addr_map_symbol target = { in s390_call__parse()