Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/
Dbuiltin-report.c95 bool header_only; member
253 } else if (rep->header_only) { in process_feature_event()
1336 OPT_BOOLEAN(0, "header-only", &report.header_only, in cmd_report()
1680 if (report.header || report.header_only || report.show_threads) in cmd_report()
1682 if (report.header || report.header_only) in cmd_report()
1748 if ((report.header || report.header_only) && !quiet) { in cmd_report()
1751 if (report.header_only) { in cmd_report()
Dbuiltin-script.c3944 bool header_only = false; in cmd_script() local
3988 OPT_BOOLEAN(0, "header-only", &header_only, "Show only data header."), in cmd_script()
4358 if (header || header_only) { in cmd_script()
4361 if (header_only) in cmd_script()