[PATCH 2/7] perf report: Print session information only if --stdio is given

2013-12-19 Thread Namhyung Kim
From: Namhyung Kim Move those print functions under "if (use_browser == 0)" so that they cannot interfere TUI output. Maybe they can handle other UIs later. Signed-off-by: Namhyung Kim --- tools/perf/builtin-report.c | 16 +--- 1 file changed, 9 insertions(+), 7 deletions(-)

[PATCH 2/7] perf report: Print session information only if --stdio is given

2013-12-19 Thread Namhyung Kim
From: Namhyung Kim namhyung@lge.com Move those print functions under if (use_browser == 0) so that they cannot interfere TUI output. Maybe they can handle other UIs later. Signed-off-by: Namhyung Kim namhy...@kernel.org --- tools/perf/builtin-report.c | 16 +--- 1 file changed,