Home
last modified time | relevance | path

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

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dhist.h134 void hists__match(struct hists *leader, struct hists *other);
Dhist.c952 void hists__match(struct hists *leader, struct hists *other) in hists__match() function
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
Dhists_link.c478 hists__match(&first->hists, &evsel->hists); in test__hists_link()
/external/linux-tools-perf/perf-3.12.0/tools/perf/
Dbuiltin-diff.c628 hists__match(&evsel_base->hists, &evsel->hists); in data_process()
Dbuiltin-report.c564 hists__match(leader_hists, hists); in __cmd_report()