Searched refs:first_hists (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/perf/tests/
H A Dhists_link.c289 struct hists *hists, *first_hists; local
336 first_hists = evsel__hists(first);
340 hists__match(first_hists, hists);
341 err = validate_match(first_hists, hists);
346 hists__link(first_hists, hists);
347 err = validate_link(first_hists, hists);

Completed in 89 milliseconds