Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751960AbdC0GSy (ORCPT ); Mon, 27 Mar 2017 02:18:54 -0400 Received: from mail.kernel.org ([198.145.29.136]:38780 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751652AbdC0GSp (ORCPT ); Mon, 27 Mar 2017 02:18:45 -0400 Date: Mon, 27 Mar 2017 15:18:15 +0900 From: Masami Hiramatsu To: Ravi Bangoria Cc: acme@kernel.org, peterz@infradead.org, mingo@redhat.com, alexander.shishkin@linux.intel.com, ak@linux.intel.com, jolsa@kernel.org, sukadev@linux.vnet.ibm.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH] perf list sdt: Show option in man page Message-Id: <20170327151815.78def5d3f7983a94579c4e51@kernel.org> In-Reply-To: <20170327025538.1753-1-ravi.bangoria@linux.vnet.ibm.com> References: <20170327025538.1753-1-ravi.bangoria@linux.vnet.ibm.com> X-Mailer: Sylpheed 3.5.0 (GTK+ 2.24.30; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1396 Lines: 49 On Mon, 27 Mar 2017 08:25:38 +0530 Ravi Bangoria wrote: > Commit 40218daea1db ("perf list: Show SDT and pre-cached events") added > sdt support in perf list, but it missed to update documentation. > > Show sdt option in man perf-list. > Good catch! Acked-by: Masami Hiramatsu Thanks! > Signed-off-by: Ravi Bangoria > --- > tools/perf/Documentation/perf-list.txt | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/tools/perf/Documentation/perf-list.txt b/tools/perf/Documentation/perf-list.txt > index 143d98d..0b268c8 100644 > --- a/tools/perf/Documentation/perf-list.txt > +++ b/tools/perf/Documentation/perf-list.txt > @@ -8,7 +8,7 @@ perf-list - List all symbolic event types > SYNOPSIS > -------- > [verse] > -'perf list' [--no-desc] [--long-desc] [hw|sw|cache|tracepoint|pmu|event_glob] > +'perf list' [--no-desc] [--long-desc] [hw|sw|cache|tracepoint|pmu|sdt|event_glob] > > DESCRIPTION > ----------- > @@ -244,6 +244,8 @@ To limit the list use: > > . 'pmu' to print the kernel supplied PMU events. > > +. 'sdt' to list all Statically Defined Tracepoint events. > + > . If none of the above is matched, it will apply the supplied glob to all > events, printing the ones that match. > > -- > 2.9.3 > -- Masami Hiramatsu