Lines Matching refs:hists

77 	struct hists		*hists;  member
275 u64 total = hists__total_period(he->hists); in period_percent()
315 u64 he_total = he->hists->stats.total_period; in formula_delta()
316 u64 pair_total = pair->hists->stats.total_period; in formula_delta()
319 he_total = he->hists->stats.total_non_filtered_period; in formula_delta()
320 pair_total = pair->hists->stats.total_non_filtered_period; in formula_delta()
400 struct hists *hists = evsel__hists(evsel); in diff__process_sample_event() local
428 if (!hists__add_entry_ops(hists, &block_hist_ops, &al, NULL, in diff__process_sample_event()
448 if (!hists__add_entry(hists, &al, NULL, NULL, NULL, NULL, sample, in diff__process_sample_event()
462 hists->stats.total_period += sample->period; in diff__process_sample_event()
464 hists->stats.total_non_filtered_period += sample->period; in diff__process_sample_event()
491 struct hists *hists = evsel__hists(evsel); in evlist__collapse_resort() local
493 hists__collapse_resort(hists, NULL); in evlist__collapse_resort()
513 if (pair->hists == d->hists) in get_pair_data()
528 static void hists__baseline_only(struct hists *hists) in hists__baseline_only() argument
533 if (hists__has(hists, need_collapse)) in hists__baseline_only()
534 root = &hists->entries_collapsed; in hists__baseline_only()
536 root = hists->entries_in; in hists__baseline_only()
586 struct hists *hists_pair) in get_block_pair()
652 static void block_hists_match(struct hists *hists_base, in block_hists_match()
653 struct hists *hists_pair) in block_hists_match()
672 static void hists__precompute(struct hists *hists) in hists__precompute() argument
677 if (hists__has(hists, need_collapse)) in hists__precompute()
678 root = &hists->entries_collapsed; in hists__precompute()
680 root = hists->entries_in; in hists__precompute()
932 static void hists__process(struct hists *hists) in hists__process() argument
935 hists__baseline_only(hists); in hists__process()
937 hists__precompute(hists); in hists__process()
938 hists__output_resort(hists, NULL); in hists__process()
943 hists__fprintf(hists, !quiet, 0, 0, 0, stdout, in hists__process()
969 struct hists *hists_base = evsel__hists(evsel_base); in data_process()
976 struct hists *hists; in data_process() local
982 hists = evsel__hists(evsel); in data_process()
983 d->hists = hists; in data_process()
985 hists__match(hists_base, hists); in data_process()
988 hists__link(hists_base, hists); in data_process()
1305 u64 total = hists__total_period(he->hists); in baseline_percent()
1672 struct hists *hists __maybe_unused, in hpp__header()
1685 struct hists *hists __maybe_unused) in hpp__width()