Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/ui/stdio/
Dhist.c800 int hists__fprintf_headers(struct hists *hists, FILE *fp) in hists__fprintf_headers() function
837 nr_rows += hists__fprintf_headers(hists, fp); in hists__fprintf()
/linux-5.19.10/tools/perf/util/
Dhist.h585 int hists__fprintf_headers(struct hists *hists, FILE *fp);
/linux-5.19.10/tools/perf/
Dbuiltin-c2c.c2254 hists__fprintf_headers(&c2c_hists->hists, out); in print_cacheline()