Lines Matching refs:hists
225 he = __hists__add_entry(&evsel->hists, &al, NULL, 1, 1); in add_hist_entries()
247 he = __hists__add_entry(&evsel->hists, &al, NULL, 1, 1); in add_hist_entries()
277 static int __validate_match(struct hists *hists) in __validate_match() argument
287 root = &hists->entries_collapsed; in __validate_match()
289 root = hists->entries_in; in __validate_match()
320 static int validate_match(struct hists *leader, struct hists *other) in validate_match()
325 static int __validate_link(struct hists *hists, int idx) in __validate_link() argument
339 root = &hists->entries_collapsed; in __validate_link()
341 root = hists->entries_in; in __validate_link()
398 static int validate_link(struct hists *leader, struct hists *other) in validate_link()
403 static void print_hists(struct hists *hists) in print_hists() argument
410 root = &hists->entries_collapsed; in print_hists()
412 root = hists->entries_in; in print_hists()
468 hists__collapse_resort(&evsel->hists); in test__hists_link()
471 print_hists(&evsel->hists); in test__hists_link()
478 hists__match(&first->hists, &evsel->hists); in test__hists_link()
479 err = validate_match(&first->hists, &evsel->hists); in test__hists_link()
484 hists__link(&first->hists, &evsel->hists); in test__hists_link()
485 err = validate_link(&first->hists, &evsel->hists); in test__hists_link()