Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/util/
Dmap_symbol.h17 struct addr_map_symbol { struct
27 void addr_map_symbol__exit(struct addr_map_symbol *ams); argument
30 void addr_map_symbol__copy(struct addr_map_symbol *dst, struct addr_map_symbol *src);
Dmem-info.h11 struct addr_map_symbol iaddr; in DECLARE_RC_STRUCT()
12 struct addr_map_symbol daddr; in DECLARE_RC_STRUCT()
30 static inline struct addr_map_symbol *mem_info__iaddr(struct mem_info *mi) in mem_info__iaddr()
35 static inline struct addr_map_symbol *mem_info__daddr(struct mem_info *mi) in mem_info__daddr()
Dmap_symbol.c12 void addr_map_symbol__exit(struct addr_map_symbol *ams) in addr_map_symbol__exit()
24 void addr_map_symbol__copy(struct addr_map_symbol *dst, struct addr_map_symbol *src) in addr_map_symbol__copy()
Dbranch.h34 struct addr_map_symbol from;
35 struct addr_map_symbol to;
Dmaps.h65 struct addr_map_symbol;
67 int maps__find_ams(struct maps *maps, struct addr_map_symbol *ams);
Dannotate.h23 struct addr_map_symbol;
396 int addr_map_symbol__inc_samples(struct addr_map_symbol *ams, struct perf_sample *sample,
401 int addr_map_symbol__account_cycles(struct addr_map_symbol *ams,
402 struct addr_map_symbol *start,
Dsort.c530 static char *addr_map_symbol__srcline(struct addr_map_symbol *ams) in addr_map_symbol__srcline()
1071 struct addr_map_symbol *from_l, *from_r; in sort__sym_from_cmp()
1088 struct addr_map_symbol *to_l, *to_r; in sort__sym_to_cmp()
1106 struct addr_map_symbol *from = &he->branch_info->from; in hist_entry__sym_from_snprintf()
1119 struct addr_map_symbol *to = &he->branch_info->to; in hist_entry__sym_to_snprintf()
1219 struct addr_map_symbol *from = &he->branch_info->from; in hist_entry__addr_from_snprintf()
1232 struct addr_map_symbol *to = &he->branch_info->to; in hist_entry__addr_to_snprintf()
1244 struct addr_map_symbol *from_l; in sort__addr_from_cmp()
1245 struct addr_map_symbol *from_r; in sort__addr_from_cmp()
1268 struct addr_map_symbol *to_l; in sort__addr_to_cmp()
[all …]
Ddisasm.c270 struct addr_map_symbol target = { in call__parse()
366 struct addr_map_symbol target = { in jump__parse()
1164 struct addr_map_symbol target = { in symbol__parse_objdump_line()
Dannotate.c390 int addr_map_symbol__account_cycles(struct addr_map_symbol *ams, in addr_map_symbol__account_cycles()
391 struct addr_map_symbol *start, in addr_map_symbol__account_cycles()
580 int addr_map_symbol__inc_samples(struct addr_map_symbol *ams, struct perf_sample *sample, in addr_map_symbol__inc_samples()
Dmaps.c662 int maps__find_ams(struct maps *maps, struct addr_map_symbol *ams) in maps__find_ams()
Dmachine.c1962 struct addr_map_symbol *ams, in ip__resolve_ams()
1989 u8 m, struct addr_map_symbol *ams, in ip__resolve_data()
Dhist.c2699 struct addr_map_symbol *prev = NULL; in hist__account_cycles()
/linux-6.12.1/tools/perf/arch/loongarch/annotate/
Dinstructions.c13 struct addr_map_symbol target = { in loongarch_call__parse()
60 struct addr_map_symbol target = { in loongarch_jump__parse()
/linux-6.12.1/tools/perf/
Dbuiltin-annotate.c95 static void process_basic_block(struct addr_map_symbol *start, in process_basic_block()
96 struct addr_map_symbol *end, in process_basic_block()
148 struct addr_map_symbol *prev = NULL; in process_branch_stack()
/linux-6.12.1/tools/perf/arch/s390/annotate/
Dinstructions.c9 struct addr_map_symbol target = { in s390_call__parse()