Home
last modified time | relevance | path

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

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dsort.c477 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 …]
Dhist.c132 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 …]
Dsort.h109 struct mem_info *mem_info; member
Dmachine.h86 struct mem_info *machine__resolve_mem(struct machine *machine,
Dsymbol.h169 struct mem_info { struct
Dhist.h103 struct mem_info *mi,
Dmachine.c1230 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()
/external/linux-tools-perf/perf-3.12.0/tools/perf/
Dbuiltin-report.c85 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()