2023-11-02 16:12:31

by Nick Forrington

[permalink] [raw]
Subject: [PATCH] tools/perf: Fix man page formatting for perf lock

This makes "CONTENTION" a top level section (rather than a subsection of
"INFO").

Fixes: 79079f21f50a ("perf lock: Add -k and -F options to 'contention' subcommand")
Signed-off-by: Nick Forrington <[email protected]>
---
tools/perf/Documentation/perf-lock.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/perf/Documentation/perf-lock.txt b/tools/perf/Documentation/perf-lock.txt
index 503abcba1438..f5938d616d75 100644
--- a/tools/perf/Documentation/perf-lock.txt
+++ b/tools/perf/Documentation/perf-lock.txt
@@ -119,7 +119,7 @@ INFO OPTIONS


CONTENTION OPTIONS
---------------
+------------------

-k::
--key=<value>::
--
2.42.0


2023-11-02 23:46:07

by Ian Rogers

[permalink] [raw]
Subject: Re: [PATCH] tools/perf: Fix man page formatting for perf lock

On Thu, Nov 2, 2023 at 9:12 AM Nick Forrington <[email protected]> wrote:
>
> This makes "CONTENTION" a top level section (rather than a subsection of
> "INFO").
>
> Fixes: 79079f21f50a ("perf lock: Add -k and -F options to 'contention' subcommand")
> Signed-off-by: Nick Forrington <[email protected]>

Tested-by: Ian Rogers <[email protected]>

Thanks,
Ian

> ---
> tools/perf/Documentation/perf-lock.txt | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/perf/Documentation/perf-lock.txt b/tools/perf/Documentation/perf-lock.txt
> index 503abcba1438..f5938d616d75 100644
> --- a/tools/perf/Documentation/perf-lock.txt
> +++ b/tools/perf/Documentation/perf-lock.txt
> @@ -119,7 +119,7 @@ INFO OPTIONS
>
>
> CONTENTION OPTIONS
> ---------------
> +------------------
>
> -k::
> --key=<value>::
> --
> 2.42.0
>

2023-11-28 11:09:04

by James Clark

[permalink] [raw]
Subject: Re: [PATCH] tools/perf: Fix man page formatting for perf lock



On 02/11/2023 16:11, Nick Forrington wrote:
> This makes "CONTENTION" a top level section (rather than a subsection of
> "INFO").
>
> Fixes: 79079f21f50a ("perf lock: Add -k and -F options to 'contention' subcommand")
> Signed-off-by: Nick Forrington <[email protected]>
> ---
> tools/perf/Documentation/perf-lock.txt | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/perf/Documentation/perf-lock.txt b/tools/perf/Documentation/perf-lock.txt
> index 503abcba1438..f5938d616d75 100644
> --- a/tools/perf/Documentation/perf-lock.txt
> +++ b/tools/perf/Documentation/perf-lock.txt
> @@ -119,7 +119,7 @@ INFO OPTIONS
>
>
> CONTENTION OPTIONS
> ---------------
> +------------------
>
> -k::
> --key=<value>::

Reviewed-by: James Clark <[email protected]>

2023-11-30 13:38:57

by Arnaldo Carvalho de Melo

[permalink] [raw]
Subject: Re: [PATCH] tools/perf: Fix man page formatting for perf lock

Em Tue, Nov 28, 2023 at 11:08:54AM +0000, James Clark escreveu:
>
>
> On 02/11/2023 16:11, Nick Forrington wrote:
> > This makes "CONTENTION" a top level section (rather than a subsection of
> > "INFO").
> >
> > Fixes: 79079f21f50a ("perf lock: Add -k and -F options to 'contention' subcommand")
> > Signed-off-by: Nick Forrington <[email protected]>
> > ---
> > tools/perf/Documentation/perf-lock.txt | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/tools/perf/Documentation/perf-lock.txt b/tools/perf/Documentation/perf-lock.txt
> > index 503abcba1438..f5938d616d75 100644
> > --- a/tools/perf/Documentation/perf-lock.txt
> > +++ b/tools/perf/Documentation/perf-lock.txt
> > @@ -119,7 +119,7 @@ INFO OPTIONS
> >
> >
> > CONTENTION OPTIONS
> > ---------------
> > +------------------
> >
> > -k::
> > --key=<value>::
>
> Reviewed-by: James Clark <[email protected]>

Thanks, applied to perf-tools-next.

- Arnaldo