Lines Matching refs:hists
123 evsel = hists_to_evsel(he->hists);
201 EXCLUSIVE_LOCKS_REQUIRED(he->hists->lock)
223 * This function is now called with he->hists->lock held.
226 mutex_unlock(&he->hists->lock);
236 mutex_lock(&he->hists->lock);
251 evsel = hists_to_evsel(he->hists);
286 struct hists *hists = evsel__hists(pos);
292 hists__unlink(hists);
296 hists__delete_entries(hists);
298 hists__decay_entries(hists, t->hide_user_symbols,
303 hists__collapse_resort(hists, NULL);
307 struct hists *leader_hists = evsel__hists(evsel__leader(pos));
309 hists__match(leader_hists, hists);
310 hists__link(leader_hists, hists);
325 struct hists *hists = evsel__hists(evsel);
352 hists__output_recalc_col_len(hists, top->print_entries - printed);
354 hists__fprintf(hists, false, top->print_entries - printed, win_width,
397 struct hists *hists = evsel__hists(top->sym_evsel);
415 next = rb_first_cached(&hists->entries);
644 struct hists *hists = evsel__hists(pos);
645 hists->uid_filter_str = top->record_opts.target.uid_str;
729 EXCLUSIVE_LOCKS_REQUIRED(iter->he->hists->lock)
831 struct hists *hists = evsel__hists(evsel);
843 mutex_lock(&hists->lock);
848 mutex_unlock(&hists->lock);