Lines Matching refs:hists
121 evsel = hists_to_evsel(he->hists); in perf_top__parse_source()
222 pthread_mutex_unlock(&he->hists->lock); in perf_top__record_precise_ip()
232 pthread_mutex_lock(&he->hists->lock); in perf_top__record_precise_ip()
247 evsel = hists_to_evsel(he->hists); in perf_top__show_details()
282 struct hists *hists = evsel__hists(pos); in perf_top__resort_hists() local
288 hists__unlink(hists); in perf_top__resort_hists()
292 hists__delete_entries(hists); in perf_top__resort_hists()
294 hists__decay_entries(hists, t->hide_user_symbols, in perf_top__resort_hists()
299 hists__collapse_resort(hists, NULL); in perf_top__resort_hists()
303 struct hists *leader_hists = evsel__hists(pos->leader); in perf_top__resort_hists()
305 hists__match(leader_hists, hists); in perf_top__resort_hists()
306 hists__link(leader_hists, hists); in perf_top__resort_hists()
321 struct hists *hists = evsel__hists(evsel); in perf_top__print_sym_table() local
331 (hists->stats.nr_lost_warned != in perf_top__print_sym_table()
332 hists->stats.nr_events[PERF_RECORD_LOST])) { in perf_top__print_sym_table()
333 hists->stats.nr_lost_warned = in perf_top__print_sym_table()
334 hists->stats.nr_events[PERF_RECORD_LOST]; in perf_top__print_sym_table()
337 hists->stats.nr_lost_warned); in perf_top__print_sym_table()
348 hists__output_recalc_col_len(hists, top->print_entries - printed); in perf_top__print_sym_table()
350 hists__fprintf(hists, false, top->print_entries - printed, win_width, in perf_top__print_sym_table()
393 struct hists *hists = evsel__hists(top->sym_evsel); in perf_top__prompt_symbol() local
411 next = rb_first_cached(&hists->entries); in perf_top__prompt_symbol()
640 struct hists *hists = evsel__hists(pos); in display_thread_tui() local
641 hists->uid_filter_str = top->record_opts.target.uid_str; in display_thread_tui()
830 struct hists *hists = evsel__hists(evsel); in perf_event__process_sample() local
842 pthread_mutex_lock(&hists->lock); in perf_event__process_sample()
848 pthread_mutex_unlock(&hists->lock); in perf_event__process_sample()
858 struct hists *hists = evsel__hists(evsel); in perf_top__process_lost() local
862 hists->stats.total_lost += event->lost.lost; in perf_top__process_lost()
870 struct hists *hists = evsel__hists(evsel); in perf_top__process_lost_samples() local
874 hists->stats.total_lost_samples += event->lost_samples.lost; in perf_top__process_lost_samples()