Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754251AbdC1GDo (ORCPT ); Tue, 28 Mar 2017 02:03:44 -0400 Received: from terminus.zytor.com ([65.50.211.136]:37747 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753238AbdC1GDm (ORCPT ); Tue, 28 Mar 2017 02:03:42 -0400 Date: Mon, 27 Mar 2017 22:51:12 -0700 From: tip-bot for Ravi Bangoria Message-ID: Cc: linux-kernel@vger.kernel.org, tglx@linutronix.de, mingo@kernel.org, ak@linux.intel.com, hpa@zytor.com, mhiramat@kernel.org, acme@redhat.com, peterz@infradead.org, sukadev@linux.vnet.ibm.com, ravi.bangoria@linux.vnet.ibm.com, jolsa@kernel.org, alexander.shishkin@linux.intel.com Reply-To: alexander.shishkin@linux.intel.com, jolsa@kernel.org, ravi.bangoria@linux.vnet.ibm.com, peterz@infradead.org, sukadev@linux.vnet.ibm.com, acme@redhat.com, mhiramat@kernel.org, hpa@zytor.com, ak@linux.intel.com, mingo@kernel.org, linux-kernel@vger.kernel.org, tglx@linutronix.de In-Reply-To: <20170327025538.1753-1-ravi.bangoria@linux.vnet.ibm.com> References: <20170327025538.1753-1-ravi.bangoria@linux.vnet.ibm.com> To: linux-tip-commits@vger.kernel.org Subject: [tip:perf/core] perf list sdt: Show option in man page Git-Commit-ID: 6963d3c387ec123753788838785e68928cb87c1b X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1899 Lines: 49 Commit-ID: 6963d3c387ec123753788838785e68928cb87c1b Gitweb: http://git.kernel.org/tip/6963d3c387ec123753788838785e68928cb87c1b Author: Ravi Bangoria AuthorDate: Mon, 27 Mar 2017 08:25:38 +0530 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 27 Mar 2017 11:58:09 -0300 perf list sdt: Show option in man page 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. Signed-off-by: Ravi Bangoria Acked-by: Masami Hiramatsu Cc: Alexander Shishkin Cc: Andi Kleen Cc: Jiri Olsa Cc: Peter Zijlstra Cc: Sukadev Bhattiprolu Link: http://lkml.kernel.org/r/20170327025538.1753-1-ravi.bangoria@linux.vnet.ibm.com Signed-off-by: Arnaldo Carvalho de Melo --- 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..f709de5 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.