OSDN Git Service

perf top: Introduce slang based TUI
authorArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 31 Jan 2011 20:19:33 +0000 (18:19 -0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 31 Jan 2011 20:19:33 +0000 (18:19 -0200)
commitc0443df1b69b59675fc6790e0ddce87c8ca00abf
tree8c98a270700f594d0e49246a640a4f725caf9bf1
parent229ade9ba36341f7369ecb4f134bcec9133520bf
perf top: Introduce slang based TUI

Disabled by default as there are features found in the stdio based one
that aren't implemented, like live annotation, filtering knobs data
entry.

Annotation hopefully will get somehow merged with the 'perf annotate'
code.

To use it:

perf top --tui

Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <peterz@infradead.org>
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/Makefile
tools/perf/builtin-top.c
tools/perf/util/top.c
tools/perf/util/top.h
tools/perf/util/ui/browsers/top.c [new file with mode: 0644]