Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/
Dbuiltin-report.c69 bool header_only; member
1025 OPT_BOOLEAN(0, "header-only", &report.header_only, in cmd_report()
1270 if (report.header || report.header_only || report.show_threads) in cmd_report()
1272 if (report.header || report.header_only) in cmd_report()
1297 if ((report.header || report.header_only) && !quiet) { in cmd_report()
1300 if (report.header_only) { in cmd_report()
Dbuiltin-script.c3079 bool header_only = false; in cmd_script() local
3136 OPT_BOOLEAN(0, "header-only", &header_only, "Show only data header."), in cmd_script()
3399 if (header || header_only) { in cmd_script()
3402 if (header_only) in cmd_script()