Re: [PATCH 06/12] perf header: Reconstruct group relationship by parsing cmdline

2012-07-25 Thread Namhyung Kim
2012-07-25 (수), 17:39 +0200, Jiri Olsa: > On Tue, Jul 24, 2012 at 06:01:27PM +0900, Namhyung Kim wrote: > > In order to support the event group viewer, their group relationship > > is needed. Since it's not recorded explicitly anywhere in the perf.data > > we should parse saved cmdline and apply th

Re: [PATCH 06/12] perf header: Reconstruct group relationship by parsing cmdline

2012-07-25 Thread Jiri Olsa
On Tue, Jul 24, 2012 at 06:01:27PM +0900, Namhyung Kim wrote: > In order to support the event group viewer, their group relationship > is needed. Since it's not recorded explicitly anywhere in the perf.data > we should parse saved cmdline and apply the result to the evlist. It is > assumed that par