Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/
H A Dbuiltin-report.c93 bool header_only; member
250 } else if (rep->header_only) { in process_feature_event()
1270 OPT_BOOLEAN(0, "header-only", &report.header_only, in cmd_report()
1588 if (report.header || report.header_only || report.show_threads) in cmd_report()
1590 if (report.header || report.header_only) in cmd_report()
1641 if ((report.header || report.header_only) && !quiet) { in cmd_report()
1644 if (report.header_only) { in cmd_report()
H A Dbuiltin-script.c3827 bool header_only = false; in cmd_script() local
3902 OPT_BOOLEAN(0, "header-only", &header_only, "Show only data header."), in cmd_script()
4243 if (header || header_only) { in cmd_script()
4246 if (header_only) in cmd_script()