Searched refs:pair_hists (Results 1 – 2 of 2) sorted by relevance
/external/linux-tools-perf/util/ |
D | hist.h | 67 struct hists *pair_hists, bool show_displacement, 70 struct hists *hists, struct hists *pair_hists,
|
D | hist.c | 597 struct hists *hists, struct hists *pair_hists, in hist_entry__snprintf() argument 610 if (pair_hists) { in hist_entry__snprintf() 613 total = pair_hists->stats.total_period; in hist_entry__snprintf() 666 if (pair_hists) { in hist_entry__snprintf() 713 struct hists *pair_hists, bool show_displacement, in hist_entry__fprintf() argument 717 hist_entry__snprintf(self, bf, sizeof(bf), hists, pair_hists, in hist_entry__fprintf()
|