]> git.baikalelectronics.ru Git - kernel.git/commit
perf tools: Print a newline before dumping Aggregated stats
authorAdrian Hunter <adrian.hunter@intel.com>
Tue, 23 Jun 2015 07:52:49 +0000 (10:52 +0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 23 Jun 2015 21:21:43 +0000 (18:21 -0300)
commit1bceeb499befeb54ae75ce89e79546f9701f6717
treec8bf4fbc4c0eac22139c4df7f7cfbf512d6c86aa
parentee5078f5a6402d4ba26df5810451ab1b02a979e0
perf tools: Print a newline before dumping Aggregated stats

When dumping events with 'perf report -D' the event print always starts
with a newline (see dump_event()).

Do the same with the "Aggregated stats" print so that it is not jammed
up against the last event print.

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Link: http://lkml.kernel.org/r/1435045969-15999-2-git-send-email-adrian.hunter@intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/session.c