Re: [PATCH 1/4] perf ui/gtk: Fix segmentation fault on perf_hpp__for_each_format loop

2013-08-05 Thread Pekka Enberg
On Tue, Aug 6, 2013 at 8:14 AM, Namhyung Kim wrote: > From: Namhyung Kim > > The commit 2b8bfa6bb8a7 ("perf tools: Centralize default columns init > in perf_hpp__init") moves initialization of common overhead column to > perf_hpp__init() but forgot about the gtk code. > > So the gtk code added

[PATCH 1/4] perf ui/gtk: Fix segmentation fault on perf_hpp__for_each_format loop

2013-08-05 Thread Namhyung Kim
From: Namhyung Kim The commit 2b8bfa6bb8a7 ("perf tools: Centralize default columns init in perf_hpp__init") moves initialization of common overhead column to perf_hpp__init() but forgot about the gtk code. So the gtk code added the same column to the list twice causing infinite loop when

[PATCH 1/4] perf ui/gtk: Fix segmentation fault on perf_hpp__for_each_format loop

2013-08-05 Thread Namhyung Kim
From: Namhyung Kim namhyung@lge.com The commit 2b8bfa6bb8a7 (perf tools: Centralize default columns init in perf_hpp__init) moves initialization of common overhead column to perf_hpp__init() but forgot about the gtk code. So the gtk code added the same column to the list twice causing

Re: [PATCH 1/4] perf ui/gtk: Fix segmentation fault on perf_hpp__for_each_format loop

2013-08-05 Thread Pekka Enberg
On Tue, Aug 6, 2013 at 8:14 AM, Namhyung Kim namhy...@kernel.org wrote: From: Namhyung Kim namhyung@lge.com The commit 2b8bfa6bb8a7 (perf tools: Centralize default columns init in perf_hpp__init) moves initialization of common overhead column to perf_hpp__init() but forgot about the gtk