Lines Matching refs:ms
67 if (h->ms.sym) { in hists__calc_col_len()
68 symlen = h->ms.sym->namelen + 4; in hists__calc_col_len()
82 if (h->ms.map) { in hists__calc_col_len()
83 len = dso__name_len(h->ms.map->dso); in hists__calc_col_len()
319 if (he->ms.map) in hist_entry__new()
320 he->ms.map->referenced = true; in hist_entry__new()
412 if (he->ms.map != entry->ms.map) { in add_hist_entry()
413 he->ms.map = entry->ms.map; in add_hist_entry()
414 if (he->ms.map) in add_hist_entry()
415 he->ms.map->referenced = true; in add_hist_entry()
453 .ms = { in __hists__add_entry()
775 .ms = { in iter_add_next_cumulative_entry()
1169 h->ms.unfolded = false; in hists__remove_entry_filter()
1184 (he->ms.map == NULL || he->ms.map->dso != hists->dso_filter)) { in hists__filter_entry_by_dso()
1249 (!he->ms.sym || strstr(he->ms.sym->name, in hists__filter_entry_by_symbol()