Searched hist:"21 f0d423b989284f82004d0f80c75581fec91fb2" (Results 1 – 1 of 1) sorted by relevance
/linux/tools/perf/ui/ |
H A D | setup.c | diff 21f0d423b989284f82004d0f80c75581fec91fb2 Mon May 28 16:53:22 CEST 2012 Namhyung Kim <namhyung@gmail.com> 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>
|