Searched refs:mem_info (Results 1 – 8 of 8) sorted by relevance
477 if (left->mem_info) in sort__daddr_cmp()478 l = left->mem_info->daddr.addr; in sort__daddr_cmp()479 if (right->mem_info) in sort__daddr_cmp()480 r = right->mem_info->daddr.addr; in sort__daddr_cmp()492 if (self->mem_info) { in hist_entry__daddr_snprintf()493 addr = self->mem_info->daddr.addr; in hist_entry__daddr_snprintf()494 map = self->mem_info->daddr.map; in hist_entry__daddr_snprintf()495 sym = self->mem_info->daddr.sym; in hist_entry__daddr_snprintf()507 if (left->mem_info) in sort__dso_daddr_cmp()508 map_l = left->mem_info->daddr.map; in sort__dso_daddr_cmp()[all …]
132 if (h->mem_info) { in hists__calc_col_len()133 if (h->mem_info->daddr.sym) { in hists__calc_col_len()134 symlen = (int)h->mem_info->daddr.sym->namelen + 4 in hists__calc_col_len()143 if (h->mem_info->daddr.map) { in hists__calc_col_len()144 symlen = dso__name_len(h->mem_info->daddr.map->dso); in hists__calc_col_len()308 if (he->mem_info) { in hist_entry__new()309 if (he->mem_info->iaddr.map) in hist_entry__new()310 he->mem_info->iaddr.map->referenced = true; in hist_entry__new()311 if (he->mem_info->daddr.map) in hist_entry__new()312 he->mem_info->daddr.map->referenced = true; in hist_entry__new()[all …]
109 struct mem_info *mem_info; member
86 struct mem_info *machine__resolve_mem(struct machine *machine,
169 struct mem_info { struct
103 struct mem_info *mi,
1230 struct mem_info *machine__resolve_mem(struct machine *machine, in machine__resolve_mem()1235 struct mem_info *mi = zalloc(sizeof(*mi)); in machine__resolve_mem()
85 struct mem_info *mi, *mx; in perf_report__add_mem_hist_entry()136 if (sort__has_sym && he->mem_info->daddr.sym && use_browser > 0) { in perf_report__add_mem_hist_entry()139 mx = he->mem_info; in perf_report__add_mem_hist_entry()