Lines Matching refs:hists

248 	pthread_mutex_lock(&evsel->hists.lock);  in perf_evsel__add_hist_entry()
249 he = __hists__add_entry(&evsel->hists, al, NULL, sample->period, in perf_evsel__add_hist_entry()
251 pthread_mutex_unlock(&evsel->hists.lock); in perf_evsel__add_hist_entry()
256 hists__inc_nr_events(&evsel->hists, PERF_RECORD_SAMPLE); in perf_evsel__add_hist_entry()
275 if (top->sym_evsel->hists.stats.nr_lost_warned != in perf_top__print_sym_table()
276 top->sym_evsel->hists.stats.nr_events[PERF_RECORD_LOST]) { in perf_top__print_sym_table()
277 top->sym_evsel->hists.stats.nr_lost_warned = in perf_top__print_sym_table()
278 top->sym_evsel->hists.stats.nr_events[PERF_RECORD_LOST]; in perf_top__print_sym_table()
281 top->sym_evsel->hists.stats.nr_lost_warned); in perf_top__print_sym_table()
290 hists__collapse_resort(&top->sym_evsel->hists); in perf_top__print_sym_table()
291 hists__output_resort(&top->sym_evsel->hists); in perf_top__print_sym_table()
292 hists__decay_entries(&top->sym_evsel->hists, in perf_top__print_sym_table()
295 hists__output_recalc_col_len(&top->sym_evsel->hists, in perf_top__print_sym_table()
298 hists__fprintf(&top->sym_evsel->hists, false, in perf_top__print_sym_table()
359 next = rb_first(&top->sym_evsel->hists.entries); in perf_top__prompt_symbol()
556 hists__collapse_resort(&t->sym_evsel->hists); in perf_top__sort_new_samples()
557 hists__output_resort(&t->sym_evsel->hists); in perf_top__sort_new_samples()
558 hists__decay_entries(&t->sym_evsel->hists, in perf_top__sort_new_samples()
582 pos->hists.uid_filter_str = top->record_opts.target.uid_str; in display_thread_tui()
858 hists__inc_nr_events(&evsel->hists, event->header.type); in perf_top__mmap_read_idx()