Symbol: addr_map_symbol
tools/perf/builtin-annotate.c
149
struct addr_map_symbol *prev = NULL;
tools/perf/builtin-annotate.c
96
static void process_basic_block(struct addr_map_symbol *start,
tools/perf/builtin-annotate.c
97
struct addr_map_symbol *end,
tools/perf/util/annotate-arch/annotate-loongarch.c
23
struct addr_map_symbol target;
tools/perf/util/annotate-arch/annotate-loongarch.c
49
target = (struct addr_map_symbol) {
tools/perf/util/annotate-arch/annotate-loongarch.c
75
struct addr_map_symbol target = {
tools/perf/util/annotate-arch/annotate-s390.c
19
struct addr_map_symbol target;
tools/perf/util/annotate-arch/annotate-s390.c
48
target = (struct addr_map_symbol) {
tools/perf/util/annotate.c
395
int addr_map_symbol__account_cycles(struct addr_map_symbol *ams,
tools/perf/util/annotate.c
396
struct addr_map_symbol *start,
tools/perf/util/annotate.c
585
int addr_map_symbol__inc_samples(struct addr_map_symbol *ams, struct perf_sample *sample,
tools/perf/util/annotate.h
24
struct addr_map_symbol;
tools/perf/util/annotate.h
425
int addr_map_symbol__inc_samples(struct addr_map_symbol *ams, struct perf_sample *sample,
tools/perf/util/annotate.h
430
int addr_map_symbol__account_cycles(struct addr_map_symbol *ams,
tools/perf/util/annotate.h
431
struct addr_map_symbol *start,
tools/perf/util/branch.h
35
struct addr_map_symbol from;
tools/perf/util/branch.h
36
struct addr_map_symbol to;
tools/perf/util/disasm.c
1065
struct addr_map_symbol target = {
tools/perf/util/disasm.c
243
struct addr_map_symbol target;
tools/perf/util/disasm.c
268
target = (struct addr_map_symbol) {
tools/perf/util/disasm.c
342
struct addr_map_symbol target = {
tools/perf/util/hist.c
2835
struct addr_map_symbol *prev = NULL;
tools/perf/util/machine.c
2001
struct addr_map_symbol *ams,
tools/perf/util/machine.c
2028
u8 m, struct addr_map_symbol *ams,
tools/perf/util/map_symbol.c
13
void addr_map_symbol__exit(struct addr_map_symbol *ams)
tools/perf/util/map_symbol.c
25
void addr_map_symbol__copy(struct addr_map_symbol *dst, struct addr_map_symbol *src)
tools/perf/util/map_symbol.h
28
void addr_map_symbol__exit(struct addr_map_symbol *ams);
tools/perf/util/map_symbol.h
31
void addr_map_symbol__copy(struct addr_map_symbol *dst, struct addr_map_symbol *src);
tools/perf/util/maps.c
706
int maps__find_ams(struct maps *maps, struct addr_map_symbol *ams)
tools/perf/util/maps.h
69
struct addr_map_symbol;
tools/perf/util/maps.h
71
int maps__find_ams(struct maps *maps, struct addr_map_symbol *ams);
tools/perf/util/mem-info.h
11
struct addr_map_symbol iaddr;
tools/perf/util/mem-info.h
12
struct addr_map_symbol daddr;
tools/perf/util/mem-info.h
30
static inline struct addr_map_symbol *mem_info__iaddr(struct mem_info *mi)
tools/perf/util/mem-info.h
35
static inline struct addr_map_symbol *mem_info__daddr(struct mem_info *mi)
tools/perf/util/sort.c
1238
struct addr_map_symbol *from_l, *from_r;
tools/perf/util/sort.c
1255
struct addr_map_symbol *to_l, *to_r;
tools/perf/util/sort.c
1273
struct addr_map_symbol *from = &he->branch_info->from;
tools/perf/util/sort.c
1286
struct addr_map_symbol *to = &he->branch_info->to;
tools/perf/util/sort.c
1386
struct addr_map_symbol *from = &he->branch_info->from;
tools/perf/util/sort.c
1399
struct addr_map_symbol *to = &he->branch_info->to;
tools/perf/util/sort.c
1411
struct addr_map_symbol *from_l;
tools/perf/util/sort.c
1412
struct addr_map_symbol *from_r;
tools/perf/util/sort.c
1435
struct addr_map_symbol *to_l;
tools/perf/util/sort.c
1436
struct addr_map_symbol *to_r;
tools/perf/util/sort.c
567
static char *addr_map_symbol__srcline(struct addr_map_symbol *ams)