Re: [PATCH 05/16] perf tools: Keep group information

2012-09-27 Thread Namhyung Kim
Hi Jiri, On Thu, 27 Sep 2012 19:03:52 +0200, Jiri Olsa wrote: >> diff --git a/tools/perf/util/parse-events.c b/tools/perf/util/parse-events.c >> index bf5d033ee1b4..3c52d0ab9270 100644 >> --- a/tools/perf/util/parse-events.c >> +++ b/tools/perf/util/parse-events.c >> @@ -830,6 +830,7 @@ int parse_

Re: [PATCH 05/16] perf tools: Keep group information

2012-09-27 Thread Jiri Olsa
SNIP > diff --git a/tools/perf/util/parse-events.c b/tools/perf/util/parse-events.c > index bf5d033ee1b4..3c52d0ab9270 100644 > --- a/tools/perf/util/parse-events.c > +++ b/tools/perf/util/parse-events.c > @@ -830,6 +830,7 @@ int parse_events(struct perf_evlist *evlist, const char > *str, >

[PATCH 05/16] perf tools: Keep group information

2012-09-26 Thread Namhyung Kim
From: Namhyung Kim Add a few of group-related field in struct perf_{evlist,evsel} so that the group information in a evlist can be known easily. Cc: Jiri Olsa Cc: Stephane Eranian Signed-off-by: Namhyung Kim --- tools/perf/util/evlist.c | 10 -- tools/perf/util/evlist.h |