Symbol: addr_map_symbol
tools/perf/builtin-annotate.c
148
struct addr_map_symbol *prev = NULL;
tools/perf/builtin-annotate.c
95
static void process_basic_block(struct addr_map_symbol *start,
tools/perf/builtin-annotate.c
96
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
396
int addr_map_symbol__account_cycles(struct addr_map_symbol *ams,
tools/perf/util/annotate.c
397
struct addr_map_symbol *start,
tools/perf/util/annotate.c
586
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
429
int addr_map_symbol__account_cycles(struct addr_map_symbol *ams,
tools/perf/util/annotate.h
430
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
1066
struct addr_map_symbol target = {
tools/perf/util/disasm.c
244
struct addr_map_symbol target;
tools/perf/util/disasm.c
269
target = (struct addr_map_symbol) {
tools/perf/util/disasm.c
343
struct addr_map_symbol target = {
tools/perf/util/hist.c
2838
struct addr_map_symbol *prev = NULL;
tools/perf/util/machine.c
2044
struct addr_map_symbol *ams,
tools/perf/util/machine.c
2071
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
801
int maps__find_ams(struct maps *maps, struct addr_map_symbol *ams)
tools/perf/util/maps.h
72
struct addr_map_symbol;
tools/perf/util/maps.h
74
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
1363
struct addr_map_symbol *from_l, *from_r;
tools/perf/util/sort.c
1380
struct addr_map_symbol *to_l, *to_r;
tools/perf/util/sort.c
1398
struct addr_map_symbol *from = &he->branch_info->from;
tools/perf/util/sort.c
1411
struct addr_map_symbol *to = &he->branch_info->to;
tools/perf/util/sort.c
1511
struct addr_map_symbol *from = &he->branch_info->from;
tools/perf/util/sort.c
1524
struct addr_map_symbol *to = &he->branch_info->to;
tools/perf/util/sort.c
1536
struct addr_map_symbol *from_l;
tools/perf/util/sort.c
1537
struct addr_map_symbol *from_r;
tools/perf/util/sort.c
1560
struct addr_map_symbol *to_l;
tools/perf/util/sort.c
1561
struct addr_map_symbol *to_r;
tools/perf/util/sort.c
692
static char *addr_map_symbol__srcline(struct addr_map_symbol *ams)