Lines Matching refs:hists

202 	pthread_mutex_unlock(&he->hists->lock);  in perf_top__record_precise_ip()
212 pthread_mutex_lock(&he->hists->lock); in perf_top__record_precise_ip()
253 struct hists *hists = evsel__hists(top->sym_evsel); in perf_top__print_sym_table() local
264 if (hists->stats.nr_lost_warned != in perf_top__print_sym_table()
265 hists->stats.nr_events[PERF_RECORD_LOST]) { in perf_top__print_sym_table()
266 hists->stats.nr_lost_warned = in perf_top__print_sym_table()
267 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()
280 hists__delete_entries(hists); in perf_top__print_sym_table()
282 hists__decay_entries(hists, top->hide_user_symbols, in perf_top__print_sym_table()
286 hists__collapse_resort(hists, NULL); in perf_top__print_sym_table()
287 hists__output_resort(hists, NULL); in perf_top__print_sym_table()
289 hists__output_recalc_col_len(hists, top->print_entries - printed); in perf_top__print_sym_table()
291 hists__fprintf(hists, false, top->print_entries - printed, win_width, in perf_top__print_sym_table()
334 struct hists *hists = evsel__hists(top->sym_evsel); in perf_top__prompt_symbol() local
352 next = rb_first(&hists->entries); in perf_top__prompt_symbol()
539 struct hists *hists; in perf_top__sort_new_samples() local
546 hists = evsel__hists(t->sym_evsel); in perf_top__sort_new_samples()
549 hists__delete_entries(hists); in perf_top__sort_new_samples()
551 hists__decay_entries(hists, t->hide_user_symbols, in perf_top__sort_new_samples()
555 hists__collapse_resort(hists, NULL); in perf_top__sort_new_samples()
556 hists__output_resort(hists, NULL); in perf_top__sort_new_samples()
578 struct hists *hists = evsel__hists(pos); in display_thread_tui() local
579 hists->uid_filter_str = top->record_opts.target.uid_str; in display_thread_tui()
776 struct hists *hists = evsel__hists(evsel); in perf_event__process_sample() local
786 pthread_mutex_lock(&hists->lock); in perf_event__process_sample()
793 pthread_mutex_unlock(&hists->lock); in perf_event__process_sample()