From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754206Ab3J3TGX (ORCPT ); Wed, 30 Oct 2013 15:06:23 -0400 Received: from mail-ee0-f45.google.com ([74.125.83.45]:34857 "EHLO mail-ee0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751970Ab3J3TGV (ORCPT ); Wed, 30 Oct 2013 15:06:21 -0400 Date: Wed, 30 Oct 2013 20:06:18 +0100 From: Ingo Molnar To: David Ahern Cc: acme@ghostprotocols.net, linux-kernel@vger.kernel.org, Peter Zijlstra , Frederic Weisbecker , Jiri Olsa , Namhyung Kim , Stephane Eranian Subject: Re: [PATCH 2/2] perf list: Add usage Message-ID: <20131030190618.GA5623@gmail.com> References: <1383149707-1008-1-git-send-email-dsahern@gmail.com> <1383149707-1008-2-git-send-email-dsahern@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1383149707-1008-2-git-send-email-dsahern@gmail.com> 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 * David Ahern wrote: > Currently perf list is not very helpful if you forget the syntax: > $ perf list -h > > List of pre-defined events (to be used in -e): > > After: > $ perf list -h > > usage: perf list [hw|sw|cache|tracepoint|pmu|event_glob] > > Signed-off-by: David Ahern > Cc: Ingo Molnar > Cc: Peter Zijlstra > Cc: Frederic Weisbecker > Cc: Jiri Olsa > Cc: Namhyung Kim > Cc: Stephane Eranian > --- > tools/perf/builtin-list.c | 11 +++++++++++ > 1 file changed, 11 insertions(+) Acked-by: Ingo Molnar Ingo