perf ui: Start breaking down newt.c into multiple files
authorArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 6 Aug 2010 20:35:02 +0000 (17:35 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Sat, 7 Aug 2010 00:50:41 +0000 (21:50 -0300)
commitef8f34aabf2450a9fb36b2c87fe0ea0b86a38195
treeb819e0d5a895cb24c625cd357e10fbcd674a3335
parent43730982c3e9355dd8bd6b31f0a0a3508ad4209d
perf ui: Start breaking down newt.c into multiple files

As new TUI features get added the newt.c file is growing a lot and its
name is growing misleading as an effort is being made to reduce the
coupling with libnewt.

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/Makefile
tools/perf/util/newt.c
tools/perf/util/ui/browser.c [new file with mode: 0644]
tools/perf/util/ui/browser.h [new file with mode: 0644]