Lines Matching defs:header
33 #include "util/header.h"
82 bool header;
266 event->header.type);
348 perf_header__has_feat(&session->header, HEADER_AUXTRACE) &&
519 &rep->session->header.env,
648 &session->header.env,
1195 OPT_BOOLEAN(0, "header", &report.header, "Show data header."),
1196 OPT_BOOLEAN(0, "header-only", &report.header_only,
1197 "Show only data header."),
1417 has_br_stack = perf_header__has_feat(&session->header,
1487 /* Force tty output for header output and per-thread stat. */
1488 if (report.header || report.header_only || report.show_threads)
1490 if (report.header || report.header_only)
1541 if ((report.header || report.header_only) && !quiet) {
1550 fputs("# To display the perf.data header info, please use --header/--header-only options.\n#\n",
1582 if (symbol__init(&session->header.env) < 0)