Re: [PATCH 2/3] perf, tool: Enable grouping logic for parsed events

From: Jiri Olsa
Date: Fri Jun 29 2012 - 12:54:11 EST


On Fri, Jun 29, 2012 at 01:47:36PM -0300, Arnaldo Carvalho de Melo wrote:
> Em Fri, Jun 29, 2012 at 11:08:26AM +0200, Jiri Olsa escreveu:
> > This patch adds a functionality that allows to create event groups
> > based on the way they are specified on the command line. Adding
> > functionality to the '{}' group syntax introduced in earlier patch.
> >
> > The current '--group/-g' option behaviour remains intact. If you
> > specify it for record/stat/top command, all the specified events
> > become members of a single group with the first event as a group
> > leader.
> >
> > With the new '{}' group syntax you can create group like:
> > # perf record -e '{cycles,faults}' ls
>
> All this cset comment makes for great tools/perf/Documentation material,
> right? Can you try and send a patch to add this to the 'record' man
> page?

ok, I'll send doc patch with the next patchset

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/