Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/tests/
Dhists_link.c280 struct hists *hists, *first_hists; in test__hists_link() local
326 first_hists = evsel__hists(first); in test__hists_link()
330 hists__match(first_hists, hists); in test__hists_link()
331 err = validate_match(first_hists, hists); in test__hists_link()
336 hists__link(first_hists, hists); in test__hists_link()
337 err = validate_link(first_hists, hists); in test__hists_link()