Searched refs:mem_info__daddr (Results 1 – 8 of 8) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | mem-info.c | 19 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()
|
| H A D | mem-info.h | 35 static inline struct addr_map_symbol *mem_info__daddr(struct mem_info *mi) in mem_info__daddr() function
|
| H A D | sort.c | 1660 l = mem_info__daddr(left->mem_info)->addr; in hist_entry__tlb_snprintf() 1662 r = mem_info__daddr(right->mem_info)->addr; 1674 addr = mem_info__daddr(he->mem_info)->addr; in sort__lvl_cmp() 1675 ms = &mem_info__daddr(he->mem_info)->ms; in sort__lvl_cmp() 1713 map_l = mem_info__daddr(left->mem_info)->ms.map; in hist_entry__snoop_snprintf() 1715 map_r = mem_info__daddr(right->mem_info)->ms.map; in hist_entry__snoop_snprintf() 1726 map = mem_info__daddr(he->mem_info)->ms.map; in sort__dcacheline_cmp() 1858 l_map = mem_info__daddr(left->mem_info)->ms.map; in hist_entry__local_ins_lat_snprintf() 1859 r_map = mem_info__daddr(right->mem_info)->ms.map; in hist_entry__local_ins_lat_snprintf() 1899 l = cl_address(mem_info__daddr(lef in hist_entry__p_stage_cyc_snprintf() [all...] |
| H A D | mem-events.c | 629 u64 daddr = mem_info__daddr(mi)->addr; in c2c_decode_stats() 759 if (!mem_info__daddr(mi)->ms.map || !mem_info__iaddr(mi)->ms.map) { in c2c_decode_stats()
|
| H A D | hist.c | 165 if (mem_info__daddr(h->mem_info)->ms.sym) { in hists__calc_col_len() 166 symlen = (int)mem_info__daddr(h->mem_info)->ms.sym->namelen + 4 in hists__calc_col_len() 191 if (mem_info__daddr(h->mem_info)->ms.map) { in hists__calc_col_len() 192 symlen = dso__name_len(map__dso(mem_info__daddr(h->mem_info)->ms.map)); in hists__calc_col_len() 1477 map_symbol__exit(&mem_info__daddr(he->mem_info)->ms); in hist_entry__delete()
|
| H A D | machine.c | 2100 ip__resolve_data(al->thread, al->cpumode, mem_info__daddr(mi), in append_inlines()
|
| /linux/tools/perf/ |
| H A D | builtin-c2c.c | 576 addr = cl_address(mem_info__daddr(he->mem_info)->addr, chk_double_cl); in dcacheline_node_count() 614 addr = cl_offset(mem_info__daddr(he->mem_info)->al_addr, chk_double_cl); in iaddr_entry() 626 l = cl_offset(mem_info__daddr(left->mem_info)->addr, chk_double_cl); in iaddr_cmp() 629 r = cl_offset(mem_info__daddr(right->mem_info)->addr, chk_double_cl); in iaddr_cmp() 2691 addr = cl_address(mem_info__daddr(he->mem_info)->addr, chk_double_cl); in perf_c2c__browse_cacheline()
|
| H A D | builtin-report.c | 192 err = addr_map_symbol__inc_samples(mem_info__daddr(mi), sample); in hist_iter__report_callback()
|