Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1609436 > unrolled thread

[PATCH] perf list sdt: Show option in man page

Started byRavi Bangoria <ravi.bangoria@linux.vnet.ibm.com>
First post2017-03-27 05:00 +0200
Last post2017-03-27 08:30 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] perf list sdt: Show option in man page Ravi Bangoria <ravi.bangoria@linux.vnet.ibm.com> - 2017-03-27 05:00 +0200
    Re: [PATCH] perf list sdt: Show option in man page Masami Hiramatsu <mhiramat@kernel.org> - 2017-03-27 08:30 +0200

#1609436 — [PATCH] perf list sdt: Show option in man page

FromRavi Bangoria <ravi.bangoria@linux.vnet.ibm.com>
Date2017-03-27 05:00 +0200
Subject[PATCH] perf list sdt: Show option in man page
Message-ID<tpt2V-16s-1@gated-at.bofh.it>
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 <ravi.bangoria@linux.vnet.ibm.com>
---
 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

[toc] | [next] | [standalone]


#1609498

FromMasami Hiramatsu <mhiramat@kernel.org>
Date2017-03-27 08:30 +0200
Message-ID<tpwka-3HQ-37@gated-at.bofh.it>
In reply to#1609436
On Mon, 27 Mar 2017 08:25:38 +0530
Ravi Bangoria <ravi.bangoria@linux.vnet.ibm.com> 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 <mhiramat@kernel.org>

Thanks!

> Signed-off-by: Ravi Bangoria <ravi.bangoria@linux.vnet.ibm.com>
> ---
>  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 <mhiramat@kernel.org>

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web