Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932490Ab2F2QyR (ORCPT ); Fri, 29 Jun 2012 12:54:17 -0400 Received: from mx1.redhat.com ([209.132.183.28]:27418 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755855Ab2F2QyQ (ORCPT ); Fri, 29 Jun 2012 12:54:16 -0400 Date: Fri, 29 Jun 2012 18:53:21 +0200 From: Jiri Olsa To: Arnaldo Carvalho de Melo Cc: a.p.zijlstra@chello.nl, mingo@elte.hu, paulus@samba.org, cjashfor@linux.vnet.ibm.com, fweisbec@gmail.com, linux-kernel@vger.kernel.org, tglx@linutronix.de, andi@firstfloor.org, drepper@gmail.com Subject: Re: [PATCH 2/3] perf, tool: Enable grouping logic for parsed events Message-ID: <20120629165320.GH6978@krava.brq.redhat.com> References: <1340960907-3725-1-git-send-email-jolsa@redhat.com> <1340960907-3725-3-git-send-email-jolsa@redhat.com> <20120629164736.GC7847@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120629164736.GC7847@infradead.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1141 Lines: 26 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/