Lines Matching refs:hists
122 evsel = hists_to_evsel(he->hists); in perf_top__parse_source()
199 EXCLUSIVE_LOCKS_REQUIRED(he->hists->lock) in perf_top__record_precise_ip()
224 mutex_unlock(&he->hists->lock); in perf_top__record_precise_ip()
234 mutex_lock(&he->hists->lock); in perf_top__record_precise_ip()
249 evsel = hists_to_evsel(he->hists); in perf_top__show_details()
284 struct hists *hists = evsel__hists(pos); in perf_top__resort_hists() local
290 hists__unlink(hists); in perf_top__resort_hists()
294 hists__delete_entries(hists); in perf_top__resort_hists()
296 hists__decay_entries(hists, t->hide_user_symbols, in perf_top__resort_hists()
301 hists__collapse_resort(hists, NULL); in perf_top__resort_hists()
305 struct hists *leader_hists = evsel__hists(evsel__leader(pos)); in perf_top__resort_hists()
307 hists__match(leader_hists, hists); in perf_top__resort_hists()
308 hists__link(leader_hists, hists); in perf_top__resort_hists()
323 struct hists *hists = evsel__hists(evsel); in perf_top__print_sym_table() local
350 hists__output_recalc_col_len(hists, top->print_entries - printed); in perf_top__print_sym_table()
352 hists__fprintf(hists, false, top->print_entries - printed, win_width, in perf_top__print_sym_table()
395 struct hists *hists = evsel__hists(top->sym_evsel); in perf_top__prompt_symbol() local
413 next = rb_first_cached(&hists->entries); in perf_top__prompt_symbol()
642 struct hists *hists = evsel__hists(pos); in display_thread_tui() local
643 hists->uid_filter_str = top->record_opts.target.uid_str; in display_thread_tui()
728 EXCLUSIVE_LOCKS_REQUIRED(iter->he->hists->lock) in hist_iter__top_callback()
828 struct hists *hists = evsel__hists(evsel); in perf_event__process_sample() local
840 mutex_lock(&hists->lock); in perf_event__process_sample()
845 mutex_unlock(&hists->lock); in perf_event__process_sample()