Lines Matching refs:hists
76 struct hists *hists; member
274 u64 total = hists__total_period(he->hists); in period_percent()
314 u64 he_total = he->hists->stats.total_period; in formula_delta()
315 u64 pair_total = pair->hists->stats.total_period; in formula_delta()
318 he_total = he->hists->stats.total_non_filtered_period; in formula_delta()
319 pair_total = pair->hists->stats.total_non_filtered_period; in formula_delta()
399 struct hists *hists = evsel__hists(evsel); in diff__process_sample_event() local
427 if (!hists__add_entry_ops(hists, &block_hist_ops, &al, NULL, in diff__process_sample_event()
447 if (!hists__add_entry(hists, &al, NULL, NULL, NULL, NULL, sample, in diff__process_sample_event()
461 hists->stats.total_period += sample->period; in diff__process_sample_event()
463 hists->stats.total_non_filtered_period += sample->period; in diff__process_sample_event()
504 struct hists *hists = evsel__hists(evsel); in evlist__collapse_resort() local
506 hists__collapse_resort(hists, NULL); in evlist__collapse_resort()
526 if (pair->hists == d->hists) in get_pair_data()
541 static void hists__baseline_only(struct hists *hists) in hists__baseline_only() argument
546 if (hists__has(hists, need_collapse)) in hists__baseline_only()
547 root = &hists->entries_collapsed; in hists__baseline_only()
549 root = hists->entries_in; in hists__baseline_only()
599 struct hists *hists_pair) in get_block_pair()
665 static void block_hists_match(struct hists *hists_base, in block_hists_match()
666 struct hists *hists_pair) in block_hists_match()
685 static void hists__precompute(struct hists *hists) in hists__precompute() argument
690 if (hists__has(hists, need_collapse)) in hists__precompute()
691 root = &hists->entries_collapsed; in hists__precompute()
693 root = hists->entries_in; in hists__precompute()
945 static void hists__process(struct hists *hists) in hists__process() argument
948 hists__baseline_only(hists); in hists__process()
950 hists__precompute(hists); in hists__process()
951 hists__output_resort(hists, NULL); in hists__process()
956 hists__fprintf(hists, !quiet, 0, 0, 0, stdout, in hists__process()
982 struct hists *hists_base = evsel__hists(evsel_base); in data_process()
989 struct hists *hists; in data_process() local
995 hists = evsel__hists(evsel); in data_process()
996 d->hists = hists; in data_process()
998 hists__match(hists_base, hists); in data_process()
1001 hists__link(hists_base, hists); in data_process()
1318 u64 total = hists__total_period(he->hists); in baseline_percent()
1685 struct hists *hists __maybe_unused, in hpp__header()
1698 struct hists *hists __maybe_unused) in hpp__width()