OSDN Git Service

perf ui: Make --stdio default when TUI is not supported
authorNamhyung Kim <namhyung@gmail.com>
Mon, 28 May 2012 14:53:22 +0000 (23:53 +0900)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 28 May 2012 16:29:54 +0000 (13:29 -0300)
commit21f0d423b989284f82004d0f80c75581fec91fb2
treee1e99b860748b50c254a9f54a3461ec456bcc96c
parent42c59cdab42b8909454e0d434e3977cd3b636fbd
perf ui: Make --stdio default when TUI is not supported

The commit dc41b9b8f02db ("perf ui: Change fallback policy of
setup_browser") changed default behavior of the function but missed
setting the use_browser variable to 0 accidently. So perf report ends up
doing nothing in such cases. Fix it.

Signed-off-by: Namhyung Kim <namhyung@gmail.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/1338216802-5675-1-git-send-email-namhyung@gmail.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/ui/setup.c