Searched refs:header_only (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/perf/
H A Dbuiltin-report.c94 bool header_only; member in struct:report
252 } else if (rep->header_only) {
1344 OPT_BOOLEAN(0, "header-only", &report.header_only,
1662 if (report.header || report.header_only || report.show_threads)
1664 if (report.header || report.header_only)
1725 if ((report.header || report.header_only) && !quiet) {
1728 if (report.header_only) {
H A Dbuiltin-script.c3850 bool header_only = false; local
3925 OPT_BOOLEAN(0, "header-only", &header_only, "Show only data header."),
4266 if (header || header_only) {
4269 if (header_only)

Completed in 160 milliseconds