]> git.baikalelectronics.ru Git - kernel.git/commit
perf tools: Remove dependency on libnewt
authorArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 28 Mar 2013 14:34:10 +0000 (11:34 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 1 Apr 2013 15:23:21 +0000 (12:23 -0300)
commitd466915b42f67672d7b0a3e2cce76f21de9a6924
tree8f82d20add63ab3ea90eb256ee312d8c3c5e2cbf
parent2a14afc03e0b33d8c95b3272bcc3dbdcf1c5b5e0
perf tools: Remove dependency on libnewt

Now that the map browser shares the input routine with the hists
browser, there is no need for using any libnewt routine, so remove all
traces except for honouring NO_NEWT=1 on the makefile command line as an
indication that TUI support is not needed, in fact it just sets
NO_SLANG=1.

Cc: David Ahern <dsahern@gmail.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Namhyung Kim <namhyung@gmail.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lkml.kernel.org/n/tip-wae5o7xca9m52bj1re28jc5j@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
12 files changed:
tools/perf/Makefile
tools/perf/builtin-report.c
tools/perf/config/feature-tests.mak
tools/perf/ui/browser.c
tools/perf/ui/browser.h
tools/perf/ui/browsers/annotate.c
tools/perf/ui/browsers/hists.c
tools/perf/ui/browsers/scripts.c
tools/perf/ui/tui/setup.c
tools/perf/ui/ui.h
tools/perf/util/annotate.h
tools/perf/util/hist.h