Currently the perf.data header is always displayed for stdio output, which is no always useful.
Disabling header information by default and adding following options to control header output: --header - display header information (old default) --header-only - display header information only w/o further processing. thanks, jirka Cc: Corey Ashford <cjash...@linux.vnet.ibm.com> Cc: Frederic Weisbecker <fweis...@gmail.com> Cc: Ingo Molnar <mi...@elte.hu> Cc: Namhyung Kim <namhy...@kernel.org> Cc: Paul Mackerras <pau...@samba.org> Cc: Peter Zijlstra <a.p.zijls...@chello.nl> Cc: Arnaldo Carvalho de Melo <a...@ghostprotocols.net> Cc: David Ahern <dsah...@gmail.com> --- tools/perf/Documentation/perf-report.txt | 6 ++++++ tools/perf/Documentation/perf-script.txt | 6 ++++++ tools/perf/builtin-report.c | 19 ++++++++++++++++--- tools/perf/builtin-script.c | 13 ++++++++++--- 4 files changed, 38 insertions(+), 6 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/