Searched refs:header_only (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-report.c | 83 bool header_only; member 1196 OPT_BOOLEAN(0, "header-only", &report.header_only, in cmd_report() 1488 if (report.header || report.header_only || report.show_threads) in cmd_report() 1490 if (report.header || report.header_only) in cmd_report() 1541 if ((report.header || report.header_only) && !quiet) { in cmd_report() 1544 if (report.header_only) { in cmd_report()
|
H A D | builtin-script.c | 3434 bool header_only = false; in cmd_script() local 3496 OPT_BOOLEAN(0, "header-only", &header_only, "Show only data header."), in cmd_script() 3808 if (header || header_only) { in cmd_script() 3811 if (header_only) in cmd_script()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-report.c | 93 bool header_only; member 251 } else if (rep->header_only) { in process_feature_event() 1272 OPT_BOOLEAN(0, "header-only", &report.header_only, in cmd_report() 1583 if (report.header || report.header_only || report.show_threads) in cmd_report() 1585 if (report.header || report.header_only) in cmd_report() 1636 if ((report.header || report.header_only) && !quiet) { in cmd_report() 1639 if (report.header_only) { in cmd_report()
|
H A D | builtin-script.c | 3813 bool header_only = false; in cmd_script() local 3888 OPT_BOOLEAN(0, "header-only", &header_only, "Show only data header."), in cmd_script() 4229 if (header || header_only) { in cmd_script() 4232 if (header_only) in cmd_script()
|
Completed in 15 milliseconds