perf tools: Add --tui and --stdio to choose the UI
authorArnaldo Carvalho de Melo <acme@redhat.com>
Sat, 21 Aug 2010 13:38:16 +0000 (10:38 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Sat, 21 Aug 2010 13:49:46 +0000 (10:49 -0300)
commit8b9e74eb8af808807192d16b76565c27154ae7ed
tree699863e988c6b373402f473298529715cce35fdf
parented8052616680e72f58bca678d4d1678cb12a7e47
perf tools: Add --tui and --stdio to choose the UI

Relying just on ~/.perfconfig or rebuilding the tool disabling support
for the TUI is too cumbersome, so allow specifying which UI to use and
make the command line switch override whatever is in ~/.perfconfig.

Suggested-by: Christoph Hellwig <hch@infradead.org>
Cc: Christoph Hellwig <hch@infradead.org>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
LKML-Reference: <new-submission>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/Documentation/perf-annotate.txt
tools/perf/Documentation/perf-report.txt
tools/perf/builtin-annotate.c
tools/perf/builtin-report.c