Lines Matching refs:hists

203 	pthread_mutex_unlock(&he->hists->lock);  in perf_top__record_precise_ip()
213 pthread_mutex_lock(&he->hists->lock); in perf_top__record_precise_ip()
257 struct hists *hists = evsel__hists(top->sym_evsel); in perf_top__print_sym_table() local
268 if (hists->stats.nr_lost_warned != in perf_top__print_sym_table()
269 hists->stats.nr_events[PERF_RECORD_LOST]) { in perf_top__print_sym_table()
270 hists->stats.nr_lost_warned = in perf_top__print_sym_table()
271 hists->stats.nr_events[PERF_RECORD_LOST]; in perf_top__print_sym_table()
274 hists->stats.nr_lost_warned); in perf_top__print_sym_table()
285 hists__delete_entries(hists); in perf_top__print_sym_table()
287 hists__decay_entries(hists, top->hide_user_symbols, in perf_top__print_sym_table()
292 hists__collapse_resort(hists, NULL); in perf_top__print_sym_table()
293 hists__output_resort(hists, NULL); in perf_top__print_sym_table()
295 hists__output_recalc_col_len(hists, top->print_entries - printed); in perf_top__print_sym_table()
297 hists__fprintf(hists, false, top->print_entries - printed, win_width, in perf_top__print_sym_table()
340 struct hists *hists = evsel__hists(top->sym_evsel); in perf_top__prompt_symbol() local
358 next = rb_first(&hists->entries); in perf_top__prompt_symbol()
545 struct hists *hists; in perf_top__sort_new_samples() local
552 hists = evsel__hists(t->sym_evsel); in perf_top__sort_new_samples()
556 hists__delete_entries(hists); in perf_top__sort_new_samples()
558 hists__decay_entries(hists, t->hide_user_symbols, in perf_top__sort_new_samples()
563 hists__collapse_resort(hists, NULL); in perf_top__sort_new_samples()
564 hists__output_resort(hists, NULL); in perf_top__sort_new_samples()
586 struct hists *hists = evsel__hists(pos); in display_thread_tui() local
587 hists->uid_filter_str = top->record_opts.target.uid_str; in display_thread_tui()
787 struct hists *hists = evsel__hists(evsel); in perf_event__process_sample() local
799 pthread_mutex_lock(&hists->lock); in perf_event__process_sample()
805 pthread_mutex_unlock(&hists->lock); in perf_event__process_sample()