Re: [PATCH 3/6] perf ui/gtk: Implement ui_progress functions

2012-11-15 Thread Namhyung Kim
Hi Pekka, On Thu, 15 Nov 2012 09:47:23 +0200 (EET), Pekka Enberg wrote: > On Tue, 13 Nov 2012, Namhyung Kim wrote: >> From: Namhyung Kim >> >> Implement progress update function for GTK2 front end. >> >> Note that since it will be called before gtk main loop so that >> we should call gtk event

Re: [PATCH 3/6] perf ui/gtk: Implement ui_progress functions

2012-11-15 Thread Namhyung Kim
Hi Pekka, On Thu, 15 Nov 2012 09:47:23 +0200 (EET), Pekka Enberg wrote: On Tue, 13 Nov 2012, Namhyung Kim wrote: From: Namhyung Kim namhyung@lge.com Implement progress update function for GTK2 front end. Note that since it will be called before gtk main loop so that we should call

Re: [PATCH 3/6] perf ui/gtk: Implement ui_progress functions

2012-11-14 Thread Pekka Enberg
On Tue, 13 Nov 2012, Namhyung Kim wrote: > From: Namhyung Kim > > Implement progress update function for GTK2 front end. > > Note that since it will be called before gtk main loop so that > we should call gtk event loop handler directly. > > Cc: Pekka Enberg > Signed-off-by: Namhyung Kim >

Re: [PATCH 3/6] perf ui/gtk: Implement ui_progress functions

2012-11-14 Thread Pekka Enberg
On Tue, 13 Nov 2012, Namhyung Kim wrote: From: Namhyung Kim namhyung@lge.com Implement progress update function for GTK2 front end. Note that since it will be called before gtk main loop so that we should call gtk event loop handler directly. Cc: Pekka Enberg penb...@kernel.org

[PATCH 3/6] perf ui/gtk: Implement ui_progress functions

2012-11-13 Thread Namhyung Kim
From: Namhyung Kim Implement progress update function for GTK2 front end. Note that since it will be called before gtk main loop so that we should call gtk event loop handler directly. Cc: Pekka Enberg Signed-off-by: Namhyung Kim --- tools/perf/Makefile |1 +

[PATCH 3/6] perf ui/gtk: Implement ui_progress functions

2012-11-13 Thread Namhyung Kim
From: Namhyung Kim namhyung@lge.com Implement progress update function for GTK2 front end. Note that since it will be called before gtk main loop so that we should call gtk event loop handler directly. Cc: Pekka Enberg penb...@kernel.org Signed-off-by: Namhyung Kim namhy...@kernel.org ---