Lines Matching refs:hists

296 static size_t hists__fprintf_nr_sample_events(struct hists *hists, struct report *rep,  in hists__fprintf_nr_sample_events()  argument
301 unsigned long nr_samples = hists->stats.nr_events[PERF_RECORD_SAMPLE]; in hists__fprintf_nr_sample_events()
302 u64 nr_events = hists->stats.total_period; in hists__fprintf_nr_sample_events()
303 struct perf_evsel *evsel = hists_to_evsel(hists); in hists__fprintf_nr_sample_events()
306 int socked_id = hists->socket_filter; in hists__fprintf_nr_sample_events()
309 nr_samples = hists->stats.nr_non_filtered_samples; in hists__fprintf_nr_sample_events()
310 nr_events = hists->stats.total_non_filtered_period; in hists__fprintf_nr_sample_events()
320 const struct hists *pos_hists = evsel__hists(pos); in hists__fprintf_nr_sample_events()
362 struct hists *hists = evsel__hists(pos); in perf_evlist__tty_browse_hists() local
369 hists__fprintf_nr_sample_events(hists, rep, evname, stdout); in perf_evlist__tty_browse_hists()
370 hists__fprintf(hists, true, 0, 0, rep->min_percent, stdout); in perf_evlist__tty_browse_hists()
470 struct hists *hists = evsel__hists(pos); in report__collapse_hists() local
473 hists->symbol_filter_str = rep->symbol_filter_str; in report__collapse_hists()
475 hists->socket_filter = rep->socket_filter; in report__collapse_hists()
477 hists__collapse_resort(hists, &prog); in report__collapse_hists()
482 struct hists *leader_hists = evsel__hists(pos->leader); in report__collapse_hists()
484 hists__match(leader_hists, hists); in report__collapse_hists()
485 hists__link(leader_hists, hists); in report__collapse_hists()