OSDN Git Service

perf ui: Introduce struct ui_helpline
authorNamhyung Kim <namhyung@kernel.org>
Thu, 16 Aug 2012 08:14:50 +0000 (17:14 +0900)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 16 Aug 2012 17:17:01 +0000 (14:17 -0300)
commite6e9046879493d8bf8f44ac1f2718c4a5628aa52
treed625ac31d84bd77e9678e887729eac574ac9b773
parentc883122acc0d97648d8b8f4726709017674e4420
perf ui: Introduce struct ui_helpline

Add struct ui_helpline in order to provide flexible implementation of
helpline APIs.  And convert existing TUI implementation to use it.

Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1345104894-14205-1-git-send-email-namhyung@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/Makefile
tools/perf/ui/helpline.c
tools/perf/ui/helpline.h
tools/perf/ui/tui/helpline.c [new file with mode: 0644]