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