Re: [PATCH 1/5] perf ui: Introduce struct perf_helpline

2012-08-15 Thread Arnaldo Carvalho de Melo
Em Wed, Aug 15, 2012 at 11:57:31PM +0900, Namhyung Kim escreveu: > Add struct perf_helpline in order to provide flexible implementation > of helpline APIs. And convert existing TUI implementation to use it. I advise not to use struct perf_helpline but struct ui_helpline, as it is just user

[PATCH 1/5] perf ui: Introduce struct perf_helpline

2012-08-15 Thread Namhyung Kim
Add struct perf_helpline in order to provide flexible implementation of helpline APIs. And convert existing TUI implementation to use it. Signed-off-by: Namhyung Kim --- tools/perf/Makefile |5 ++-- tools/perf/ui/helpline.c | 56 ++--

[PATCH 1/5] perf ui: Introduce struct perf_helpline

2012-08-15 Thread Namhyung Kim
Add struct perf_helpline in order to provide flexible implementation of helpline APIs. And convert existing TUI implementation to use it. Signed-off-by: Namhyung Kim namhy...@kernel.org --- tools/perf/Makefile |5 ++-- tools/perf/ui/helpline.c | 56

Re: [PATCH 1/5] perf ui: Introduce struct perf_helpline

2012-08-15 Thread Arnaldo Carvalho de Melo
Em Wed, Aug 15, 2012 at 11:57:31PM +0900, Namhyung Kim escreveu: Add struct perf_helpline in order to provide flexible implementation of helpline APIs. And convert existing TUI implementation to use it. I advise not to use struct perf_helpline but struct ui_helpline, as it is just user