Home
last modified time | relevance | path

Searched refs:mem_info__daddr (Results 1 – 8 of 8) sorted by relevance

/linux-6.12.1/tools/perf/util/
Dmem-info.c19 addr_map_symbol__exit(mem_info__daddr(mi)); in mem_info__put()
43 addr_map_symbol__copy(mem_info__daddr(result), mem_info__daddr(mi)); in mem_info__clone()
Dmem-info.h35 static inline struct addr_map_symbol *mem_info__daddr(struct mem_info *mi) in mem_info__daddr() function
Dsort.c1368 l = mem_info__daddr(left->mem_info)->addr; in sort__daddr_cmp()
1370 r = mem_info__daddr(right->mem_info)->addr; in sort__daddr_cmp()
1382 addr = mem_info__daddr(he->mem_info)->addr; in hist_entry__daddr_snprintf()
1383 ms = &mem_info__daddr(he->mem_info)->ms; in hist_entry__daddr_snprintf()
1421 map_l = mem_info__daddr(left->mem_info)->ms.map; in sort__dso_daddr_cmp()
1423 map_r = mem_info__daddr(right->mem_info)->ms.map; in sort__dso_daddr_cmp()
1434 map = mem_info__daddr(he->mem_info)->ms.map; in hist_entry__dso_daddr_snprintf()
1566 l_map = mem_info__daddr(left->mem_info)->ms.map; in sort__dcacheline_cmp()
1567 r_map = mem_info__daddr(right->mem_info)->ms.map; in sort__dcacheline_cmp()
1602 l = cl_address(mem_info__daddr(left->mem_info)->al_addr, chk_double_cl); in sort__dcacheline_cmp()
[all …]
Dmem-events.c604 u64 daddr = mem_info__daddr(mi)->addr; in c2c_decode_stats()
731 if (!mem_info__daddr(mi)->ms.map || !mem_info__iaddr(mi)->ms.map) { in c2c_decode_stats()
Dhist.c157 if (mem_info__daddr(h->mem_info)->ms.sym) { in hists__calc_col_len()
158 symlen = (int)mem_info__daddr(h->mem_info)->ms.sym->namelen + 4 in hists__calc_col_len()
183 if (mem_info__daddr(h->mem_info)->ms.map) { in hists__calc_col_len()
184 symlen = dso__name_len(map__dso(mem_info__daddr(h->mem_info)->ms.map)); in hists__calc_col_len()
533 map_symbol__exit(&mem_info__daddr(he->mem_info)->ms); in hist_entry__init()
1346 map_symbol__exit(&mem_info__daddr(he->mem_info)->ms); in hist_entry__delete()
Dmachine.c2018 ip__resolve_data(al->thread, al->cpumode, mem_info__daddr(mi), in sample__resolve_mem()
/linux-6.12.1/tools/perf/
Dbuiltin-c2c.c515 addr = cl_address(mem_info__daddr(he->mem_info)->addr, chk_double_cl); in dcacheline_entry()
553 addr = cl_offset(mem_info__daddr(he->mem_info)->al_addr, chk_double_cl); in offset_entry()
565 l = cl_offset(mem_info__daddr(left->mem_info)->addr, chk_double_cl); in offset_cmp()
568 r = cl_offset(mem_info__daddr(right->mem_info)->addr, chk_double_cl); in offset_cmp()
2578 addr = cl_address(mem_info__daddr(he->mem_info)->addr, chk_double_cl); in perf_c2c_cacheline_browser__title()
Dbuiltin-report.c189 err = addr_map_symbol__inc_samples(mem_info__daddr(mi), sample, evsel); in hist_iter__report_callback()