Re: [RFCv2 0/8] perf tool: Add new event group management

From: Jiri Olsa
Date: Tue Apr 17 2012 - 05:33:48 EST


On Tue, Apr 17, 2012 at 06:09:11PM +0900, Namhyung Kim wrote:
> Hi,
>
> On Mon, 16 Apr 2012 17:26:02 +0200, Peter Zijlstra wrote:
> > On Mon, 2012-04-16 at 14:16 +0200, Jiri Olsa wrote:
> >> group: group_spec '{' events '}'
> >> group_spec: name ':' mod | empty
> >
> > How about something like:
> >
> > groups: groups ',' group | group
> > group: group_name '{' events '}' group_mod
> > group_name: name ':' | empty
> > group_mod: ':' group_mods | empty
> > group_mods: [l]
>
> Wouldn't it be better if group_mods accepts [ukhHGp] also and pass them
> to all members in the group?

nice idea, I think it's doable

jirka
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/