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
425 if (!hists__add_entry_ops(hists, &block_hist_ops, &al, NULL, in diff__process_sample_event()
445 if (!hists__add_entry(hists, &al, NULL, NULL, NULL, sample, in diff__process_sample_event()
459 hists->stats.total_period += sample->period; in diff__process_sample_event()
461 hists->stats.total_non_filtered_period += sample->period; in diff__process_sample_event()
502 struct hists *hists = evsel__hists(evsel); in evlist__collapse_resort() local
504 hists__collapse_resort(hists, NULL); in evlist__collapse_resort()
524 if (pair->hists == d->hists) in get_pair_data()
539 static void hists__baseline_only(struct hists *hists) in hists__baseline_only() argument
544 if (hists__has(hists, need_collapse)) in hists__baseline_only()
545 root = &hists->entries_collapsed; in hists__baseline_only()
547 root = hists->entries_in; in hists__baseline_only()
597 struct hists *hists_pair) in get_block_pair()
663 static void block_hists_match(struct hists *hists_base, in block_hists_match()
664 struct hists *hists_pair) in block_hists_match()
683 static void hists__precompute(struct hists *hists) in hists__precompute() argument
688 if (hists__has(hists, need_collapse)) in hists__precompute()
689 root = &hists->entries_collapsed; in hists__precompute()
691 root = hists->entries_in; in hists__precompute()
943 static void hists__process(struct hists *hists) in hists__process() argument
946 hists__baseline_only(hists); in hists__process()
948 hists__precompute(hists); in hists__process()
949 hists__output_resort(hists, NULL); in hists__process()
954 hists__fprintf(hists, !quiet, 0, 0, 0, stdout, in hists__process()
980 struct hists *hists_base = evsel__hists(evsel_base); in data_process()
987 struct hists *hists; in data_process() local
993 hists = evsel__hists(evsel); in data_process()
994 d->hists = hists; in data_process()
996 hists__match(hists_base, hists); in data_process()
999 hists__link(hists_base, hists); in data_process()
1316 u64 total = hists__total_period(he->hists); in baseline_percent()
1683 struct hists *hists __maybe_unused, in hpp__header()
1696 struct hists *hists __maybe_unused) in hpp__width()