linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] tools/perf: Fix man page formatting for perf lock
@ 2023-11-02 16:11 Nick Forrington
  2023-11-02 23:45 ` Ian Rogers
  2023-11-28 11:08 ` James Clark
  0 siblings, 2 replies; 4+ messages in thread
From: Nick Forrington @ 2023-11-02 16:11 UTC (permalink / raw)
  To: linux-kernel, linux-perf-users
  Cc: Nick Forrington, Mark Rutland, Alexander Shishkin, Jiri Olsa,
	Namhyung Kim, Ian Rogers, Adrian Hunter, Arnaldo Carvalho de Melo

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 <nick.forrington@arm.com>
---
 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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] tools/perf: Fix man page formatting for perf lock
  2023-11-02 16:11 [PATCH] tools/perf: Fix man page formatting for perf lock Nick Forrington
@ 2023-11-02 23:45 ` Ian Rogers
  2023-11-28 11:08 ` James Clark
  1 sibling, 0 replies; 4+ messages in thread
From: Ian Rogers @ 2023-11-02 23:45 UTC (permalink / raw)
  To: Nick Forrington
  Cc: linux-kernel, linux-perf-users, Mark Rutland, Alexander Shishkin,
	Jiri Olsa, Namhyung Kim, Adrian Hunter, Arnaldo Carvalho de Melo

On Thu, Nov 2, 2023 at 9:12 AM Nick Forrington <nick.forrington@arm.com> 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 <nick.forrington@arm.com>

Tested-by: Ian Rogers <irogers@google.com>

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
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] tools/perf: Fix man page formatting for perf lock
  2023-11-02 16:11 [PATCH] tools/perf: Fix man page formatting for perf lock Nick Forrington
  2023-11-02 23:45 ` Ian Rogers
@ 2023-11-28 11:08 ` James Clark
  2023-11-30 13:38   ` Arnaldo Carvalho de Melo
  1 sibling, 1 reply; 4+ messages in thread
From: James Clark @ 2023-11-28 11:08 UTC (permalink / raw)
  To: Nick Forrington, linux-kernel, linux-perf-users
  Cc: Mark Rutland, Alexander Shishkin, Jiri Olsa, Namhyung Kim,
	Ian Rogers, Adrian Hunter, Arnaldo Carvalho de Melo



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 <nick.forrington@arm.com>
> ---
>  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 <james.clark@arm.com>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] tools/perf: Fix man page formatting for perf lock
  2023-11-28 11:08 ` James Clark
@ 2023-11-30 13:38   ` Arnaldo Carvalho de Melo
  0 siblings, 0 replies; 4+ messages in thread
From: Arnaldo Carvalho de Melo @ 2023-11-30 13:38 UTC (permalink / raw)
  To: James Clark
  Cc: Nick Forrington, linux-kernel, linux-perf-users, Mark Rutland,
	Alexander Shishkin, Jiri Olsa, Namhyung Kim, Ian Rogers,
	Adrian Hunter, Arnaldo Carvalho de Melo

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 <nick.forrington@arm.com>
> > ---
> >  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 <james.clark@arm.com>

Thanks, applied to perf-tools-next.

- Arnaldo


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-11-30 13:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-02 16:11 [PATCH] tools/perf: Fix man page formatting for perf lock Nick Forrington
2023-11-02 23:45 ` Ian Rogers
2023-11-28 11:08 ` James Clark
2023-11-30 13:38   ` Arnaldo Carvalho de Melo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).