perf tui: Reset use_browser if stdout is not a tty
authorArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 26 May 2010 16:22:26 +0000 (13:22 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 26 May 2010 16:22:26 +0000 (13:22 -0300)
commit62e3436b5f3461662929eae102beefbd12127cb1
treef106ccc10a03dd182edefe4717875bd787473840
parent49c177461bfbedeccbab22bf3905db2f9da7f1c3
perf tui: Reset use_browser if stdout is not a tty

The newt initialization routines weren't being called because the output
was a file (perf annotate > /tmp/bla) but use_browser was still 1,
because ~/.perfconfig had it as 'on', so, later on newt routines
segfaulted.

Cc: Frédéric Weisbecker <fweisbec@gmail.com>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Stephane Eranian <eranian@google.com>
Cc: Tom Zanussi <tzanussi@gmail.com>
LKML-Reference: <new-submission>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-annotate.c
tools/perf/util/newt.c