Home
last modified time | relevance | path

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

/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;
Dmap_symbol.h17 struct addr_map_symbol { struct
Dmaps.h75 struct addr_map_symbol;
77 int maps__find_ams(struct maps *maps, struct addr_map_symbol *ams);
Dannotate.h21 struct addr_map_symbol;
341 int addr_map_symbol__inc_samples(struct addr_map_symbol *ams, struct perf_sample *sample,
344 int addr_map_symbol__account_cycles(struct addr_map_symbol *ams,
345 struct addr_map_symbol *start,
Dannotate.c248 struct addr_map_symbol target = { in call__parse()
343 struct addr_map_symbol target = { in jump__parse()
994 int addr_map_symbol__account_cycles(struct addr_map_symbol *ams, in addr_map_symbol__account_cycles()
995 struct addr_map_symbol *start, in addr_map_symbol__account_cycles()
1105 int addr_map_symbol__inc_samples(struct addr_map_symbol *ams, struct perf_sample *sample, in addr_map_symbol__inc_samples()
1534 struct addr_map_symbol target = { in symbol__parse_objdump_line()
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, *from_r; in sort__sym_from_cmp()
896 struct addr_map_symbol *to_l, *to_r; in sort__sym_to_cmp()
914 struct addr_map_symbol *from = &he->branch_info->from; in hist_entry__sym_from_snprintf()
927 struct addr_map_symbol *to = &he->branch_info->to; in hist_entry__sym_to_snprintf()
Dmap.c699 int maps__find_ams(struct maps *maps, struct addr_map_symbol *ams) in maps__find_ams()
Dmachine.c2048 struct addr_map_symbol *ams, in ip__resolve_ams()
2073 u8 m, struct addr_map_symbol *ams, in ip__resolve_data()
Dhist.c2640 struct addr_map_symbol *prev = NULL; in hist__account_cycles()
/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()
/tools/perf/arch/s390/annotate/
Dinstructions.c9 struct addr_map_symbol target = { in s390_call__parse()