]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8158449eab94428e4f279acaa7d08cf3346d8175
treed625ac31d84bd77e9678e887729eac574ac9b773
parent39119af7523ec58e644f3d3a3fa2015dbb204bf5
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]