Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/
Dbuiltin-report.c53 bool header_only; member
641 OPT_BOOLEAN(0, "header-only", &report.header_only, in cmd_report()
807 if (report.header || report.header_only) in cmd_report()
815 if (report.header || report.header_only) { in cmd_report()
818 if (report.header_only) in cmd_report()
Dbuiltin-script.c1495 bool header_only = false; in cmd_script() local
1539 OPT_BOOLEAN(0, "header-only", &header_only, "Show only data header."), in cmd_script()
1757 if (header || header_only) { in cmd_script()
1759 if (header_only) in cmd_script()