Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/ui/stdio/
Dhist.c739 int hists__fprintf_headers(struct hists *hists, FILE *fp) in hists__fprintf_headers() function
776 nr_rows += hists__fprintf_headers(hists, fp); in hists__fprintf()
/Linux-v4.19/tools/perf/util/
Dhist.h520 int hists__fprintf_headers(struct hists *hists, FILE *fp);
/Linux-v4.19/tools/perf/
Dbuiltin-c2c.c2185 hists__fprintf_headers(&c2c_hists->hists, out); in print_cacheline()