Re: [PATCH 3/4] perf tools: Setup GTK browser dynamically

2013-08-05 Thread Pekka Enberg
On Tue, Aug 6, 2013 at 8:14 AM, Namhyung Kim wrote: > Call setup/exit GTK browser function using libdl. > > Cc: Andi Kleen > Cc: Pekka Enberg > Signed-off-by: Namhyung Kim Reviewed-by: Pekka Enberg -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a

[PATCH 3/4] perf tools: Setup GTK browser dynamically

2013-08-05 Thread Namhyung Kim
Call setup/exit GTK browser function using libdl. Cc: Andi Kleen Cc: Pekka Enberg Signed-off-by: Namhyung Kim --- tools/perf/ui/gtk/gtk.h | 3 +++ tools/perf/ui/setup.c | 51 +++-- tools/perf/ui/ui.h | 12 +--- 3 files changed, 53

[PATCH 3/4] perf tools: Setup GTK browser dynamically

2013-08-05 Thread Namhyung Kim
Call setup/exit GTK browser function using libdl. Cc: Andi Kleen a...@linux.intel.com Cc: Pekka Enberg penb...@kernel.org Signed-off-by: Namhyung Kim namhy...@kernel.org --- tools/perf/ui/gtk/gtk.h | 3 +++ tools/perf/ui/setup.c | 51 +++--

Re: [PATCH 3/4] perf tools: Setup GTK browser dynamically

2013-08-05 Thread Pekka Enberg
On Tue, Aug 6, 2013 at 8:14 AM, Namhyung Kim namhy...@kernel.org wrote: Call setup/exit GTK browser function using libdl. Cc: Andi Kleen a...@linux.intel.com Cc: Pekka Enberg penb...@kernel.org Signed-off-by: Namhyung Kim namhy...@kernel.org Reviewed-by: Pekka Enberg penb...@kernel.org -- To