Lines Matching refs:hists
118 evsel = hists_to_evsel(he->hists); in perf_top__parse_source()
219 pthread_mutex_unlock(&he->hists->lock); in perf_top__record_precise_ip()
229 pthread_mutex_lock(&he->hists->lock); in perf_top__record_precise_ip()
244 evsel = hists_to_evsel(he->hists); in perf_top__show_details()
279 struct hists *hists = evsel__hists(pos); in perf_top__resort_hists() local
285 hists__unlink(hists); in perf_top__resort_hists()
289 hists__delete_entries(hists); in perf_top__resort_hists()
291 hists__decay_entries(hists, t->hide_user_symbols, in perf_top__resort_hists()
296 hists__collapse_resort(hists, NULL); in perf_top__resort_hists()
301 struct hists *leader_hists = evsel__hists(pos->leader); in perf_top__resort_hists()
303 hists__match(leader_hists, hists); in perf_top__resort_hists()
304 hists__link(leader_hists, hists); in perf_top__resort_hists()
319 struct hists *hists = evsel__hists(evsel); in perf_top__print_sym_table() local
329 (hists->stats.nr_lost_warned != in perf_top__print_sym_table()
330 hists->stats.nr_events[PERF_RECORD_LOST])) { in perf_top__print_sym_table()
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()
335 hists->stats.nr_lost_warned); in perf_top__print_sym_table()
346 hists__output_recalc_col_len(hists, top->print_entries - printed); in perf_top__print_sym_table()
348 hists__fprintf(hists, false, top->print_entries - printed, win_width, in perf_top__print_sym_table()
391 struct hists *hists = evsel__hists(top->sym_evsel); in perf_top__prompt_symbol() local
409 next = rb_first_cached(&hists->entries); in perf_top__prompt_symbol()
636 struct hists *hists = evsel__hists(pos); in display_thread_tui() local
637 hists->uid_filter_str = top->record_opts.target.uid_str; in display_thread_tui()
815 struct hists *hists = evsel__hists(evsel); in perf_event__process_sample() local
827 pthread_mutex_lock(&hists->lock); in perf_event__process_sample()
833 pthread_mutex_unlock(&hists->lock); in perf_event__process_sample()
843 struct hists *hists = evsel__hists(evsel); in perf_top__process_lost() local
847 hists->stats.total_lost += event->lost.lost; in perf_top__process_lost()
855 struct hists *hists = evsel__hists(evsel); in perf_top__process_lost_samples() local
859 hists->stats.total_lost_samples += event->lost_samples.lost; in perf_top__process_lost_samples()