Lines Matching refs:ms
69 if (h->ms.sym) { in hists__calc_col_len()
70 symlen = h->ms.sym->namelen + 4; in hists__calc_col_len()
84 if (h->ms.map) { in hists__calc_col_len()
85 len = dso__name_len(h->ms.map->dso); in hists__calc_col_len()
339 map__get(he->ms.map); in hist_entry__new()
349 map__zput(he->ms.map); in hist_entry__new()
428 if (he->ms.map != entry->ms.map) { in hists__findnew_entry()
429 map__put(he->ms.map); in hists__findnew_entry()
430 he->ms.map = map__get(entry->ms.map); in hists__findnew_entry()
468 .ms = { in __hists__add_entry()
793 .ms = { in iter_add_next_cumulative_entry()
959 map__zput(he->ms.map); in hist_entry__delete()
1223 (he->ms.map == NULL || he->ms.map->dso != hists->dso_filter)) { in hists__filter_entry_by_dso()
1288 (!he->ms.sym || strstr(he->ms.sym->name, in hists__filter_entry_by_symbol()