| /linux/tools/perf/util/ |
| H A D | map_symbol.c | 30 dst->al_addr = src->al_addr; in addr_map_symbol__copy()
|
| H A D | map_symbol.h | 21 u64 al_addr; member
|
| H A D | hist.h | 722 struct hist_browser_timer *hbt, u64 al_addr); 725 struct hist_browser_timer *hbt, u64 al_addr); 754 u64 al_addr __maybe_unused) in __hist_entry__tui_annotate() 762 u64 al_addr __maybe_unused) in hist_entry__tui_annotate()
|
| H A D | sort.c | 694 return map__srcline(ams->ms.map, ams->al_addr, ams->ms.sym); 1400 return _hist_entry__sym_snprintf(&from->ms, from->al_addr, in hist_entry__addr_to_snprintf() 1413 return _hist_entry__sym_snprintf(&to->ms, to->al_addr, in sort__addr_from_cmp() 1513 return _hist_entry__addr_snprintf(&from->ms, from->al_addr, in hist_entry__cycles_snprintf() 1526 return _hist_entry__addr_snprintf(&to->ms, to->al_addr, 1861 /* if both are NULL, jump to sort on al_addr instead */ in hist_entry__local_ins_lat_snprintf() 1898 /* al_addr does all the right addr - start + offset calculations */ in hist_entry__p_stage_cyc_snprintf() 1899 l = cl_address(mem_info__daddr(left->mem_info)->al_addr, chk_double_cl); in hist_entry__p_stage_cyc_snprintf() 1900 r = cl_address(mem_info__daddr(right->mem_info)->al_addr, chk_double_cl); in hist_entry__p_stage_cyc_snprintf() 1921 addr = cl_address(mem_info__daddr(he->mem_info)->al_addr, chk_double_c [all...] |
| H A D | maps.c | 812 ams->al_addr = map__map_ip(ams->ms.map, ams->addr); in __maps__insert_sorted() 813 ams->ms.sym = map__find_symbol(ams->ms.map, ams->al_addr); in __maps__insert_sorted()
|
| H A D | annotate.c | 419 saddr = start->al_addr; in addr_map_symbol__account_cycles() 426 err = symbol__account_cycles(ams->al_addr, saddr, ams->ms.sym, cycles, evsel, br_cntr); in addr_map_symbol__account_cycles() 588 return symbol__inc_addr_samples(&ams->ms, ams->al_addr, sample); in addr_map_symbol__inc_samples()
|
| H A D | machine.c | 2077 ams->al_addr = al.addr; in callchain_srcline() 2098 ams->al_addr = al.addr; in append_inlines()
|
| H A D | disasm.c | 1072 target.ms.sym->start == target.al_addr) in symbol__parse_objdump_line()
|
| /linux/tools/perf/ui/browsers/ |
| H A D | annotate.c | 1151 struct hist_browser_timer *hbt, u64 al_addr) in hist_entry__tui_annotate() 1158 return __hist_entry__tui_annotate(he, &he->ms, evsel, hbt, al_addr); in __hist_entry__tui_annotate() 1163 struct hist_browser_timer *hbt, u64 al_addr) in __hist_entry__tui_annotate() 1237 * If al_addr is set, it means that there should be a line in __hist_entry__tui_annotate() 1243 if (al_addr != NO_ADDR) { in __hist_entry__tui_annotate() 1245 al_addr - sym->start); in __hist_entry__tui_annotate() 1148 hist_entry__tui_annotate(struct hist_entry * he,struct evsel * evsel,struct hist_browser_timer * hbt,u64 al_addr) hist_entry__tui_annotate() argument 1160 __hist_entry__tui_annotate(struct hist_entry * he,struct map_symbol * ms,struct evsel * evsel,struct hist_browser_timer * hbt,u64 al_addr) __hist_entry__tui_annotate() argument
|
| H A D | hists.c | 3185 bi->to.al_addr, in evsel__hists_browse() 3403 bi->from.al_addr); in evsel__hists_browse() 3408 bi->to.al_addr); in evsel__hists_browse()
|
| /linux/drivers/net/ethernet/brocade/bna/ |
| H A D | bfi.h | 73 union bfi_addr_u al_addr; /* DMA addr of buffer */ member
|
| H A D | bfa_ioc.h | 66 bfa_dma_be_addr_set(alen->al_addr, pa); in __bfa_alen_set()
|
| /linux/tools/perf/ |
| H A D | builtin-c2c.c | 550 addr = cl_offset(mem_info__daddr(he->mem_info)->al_addr, chk_double_cl); in dcacheline_entry() 2571 u64 al_addr = NO_ADDR; in perf_c2c__hists_fprintf() 2596 al_addr = mem_info__iaddr(he->mem_info)->al_addr; in perf_c2c__toggle_annotation() 2599 return hist_entry__tui_annotate(he, c2c_he->evsel, NULL, al_addr); in perf_c2c__toggle_annotation() local
|