linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][next] perf script: task-analyzer: Fix spelling mistake "miliseconds" -> "millseconds"
@ 2023-04-17 17:48 Colin Ian King
  2023-04-17 18:15 ` Ian Rogers
  2023-04-17 18:27 ` Hagen Paul Pfeifer
  0 siblings, 2 replies; 4+ messages in thread
From: Colin Ian King @ 2023-04-17 17:48 UTC (permalink / raw)
  To: Peter Zijlstra, Ingo Molnar, Arnaldo Carvalho de Melo,
	Mark Rutland, Alexander Shishkin, Jiri Olsa, Namhyung Kim,
	Ian Rogers, Adrian Hunter, Petar Gligoric, Hagen Paul Pfeifer,
	linux-perf-users
  Cc: kernel-janitors, linux-kernel

There is a spelling mistake in the help for the --ms option. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 tools/perf/scripts/python/task-analyzer.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/perf/scripts/python/task-analyzer.py b/tools/perf/scripts/python/task-analyzer.py
index 52e8dae9b1f0..3f1df9894246 100755
--- a/tools/perf/scripts/python/task-analyzer.py
+++ b/tools/perf/scripts/python/task-analyzer.py
@@ -114,7 +114,7 @@ def _parse_args():
         "--ns", action="store_true", help="show timestamps in nanoseconds"
     )
     parser.add_argument(
-        "--ms", action="store_true", help="show timestamps in miliseconds"
+        "--ms", action="store_true", help="show timestamps in milliseconds"
     )
     parser.add_argument(
         "--extended-times",
-- 
2.30.2


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

* Re: [PATCH][next] perf script: task-analyzer: Fix spelling mistake "miliseconds" -> "millseconds"
  2023-04-17 17:48 [PATCH][next] perf script: task-analyzer: Fix spelling mistake "miliseconds" -> "millseconds" Colin Ian King
@ 2023-04-17 18:15 ` Ian Rogers
  2023-04-17 18:27 ` Hagen Paul Pfeifer
  1 sibling, 0 replies; 4+ messages in thread
From: Ian Rogers @ 2023-04-17 18:15 UTC (permalink / raw)
  To: Colin Ian King
  Cc: Peter Zijlstra, Ingo Molnar, Arnaldo Carvalho de Melo,
	Mark Rutland, Alexander Shishkin, Jiri Olsa, Namhyung Kim,
	Adrian Hunter, Petar Gligoric, Hagen Paul Pfeifer,
	linux-perf-users, kernel-janitors, linux-kernel

On Mon, Apr 17, 2023 at 10:48 AM Colin Ian King <colin.i.king@gmail.com> wrote:
>
> There is a spelling mistake in the help for the --ms option. Fix it.
>
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>

Seems like a similar fix is needed to the patch Subject of
"millseconds" :-) Other than that:
Acked-by: Ian Rogers <irogers@google.com>

Thanks,
Ian

> ---
>  tools/perf/scripts/python/task-analyzer.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/perf/scripts/python/task-analyzer.py b/tools/perf/scripts/python/task-analyzer.py
> index 52e8dae9b1f0..3f1df9894246 100755
> --- a/tools/perf/scripts/python/task-analyzer.py
> +++ b/tools/perf/scripts/python/task-analyzer.py
> @@ -114,7 +114,7 @@ def _parse_args():
>          "--ns", action="store_true", help="show timestamps in nanoseconds"
>      )
>      parser.add_argument(
> -        "--ms", action="store_true", help="show timestamps in miliseconds"
> +        "--ms", action="store_true", help="show timestamps in milliseconds"
>      )
>      parser.add_argument(
>          "--extended-times",
> --
> 2.30.2
>

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

* Re: [PATCH][next] perf script: task-analyzer: Fix spelling mistake "miliseconds" -> "millseconds"
  2023-04-17 17:48 [PATCH][next] perf script: task-analyzer: Fix spelling mistake "miliseconds" -> "millseconds" Colin Ian King
  2023-04-17 18:15 ` Ian Rogers
@ 2023-04-17 18:27 ` Hagen Paul Pfeifer
  2023-04-18  1:24   ` Arnaldo Carvalho de Melo
  1 sibling, 1 reply; 4+ messages in thread
From: Hagen Paul Pfeifer @ 2023-04-17 18:27 UTC (permalink / raw)
  To: Colin Ian King
  Cc: Peter Zijlstra, Ingo Molnar, Arnaldo Carvalho de Melo,
	Mark Rutland, Alexander Shishkin, Jiri Olsa, Namhyung Kim,
	Ian Rogers, Adrian Hunter, Petar Gligoric, linux-perf-users,
	kernel-janitors, linux-kernel

* Colin Ian King | 2023-04-17 18:48:26 [+0100]:

>There is a spelling mistake in the help for the --ms option. Fix it.
>
>Signed-off-by: Colin Ian King <colin.i.king@gmail.com>

Good catch - thank you Colin!

Acked-by: Hagen Paul Pfeifer <hagen@jauu.net>


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

* Re: [PATCH][next] perf script: task-analyzer: Fix spelling mistake "miliseconds" -> "millseconds"
  2023-04-17 18:27 ` Hagen Paul Pfeifer
@ 2023-04-18  1:24   ` Arnaldo Carvalho de Melo
  0 siblings, 0 replies; 4+ messages in thread
From: Arnaldo Carvalho de Melo @ 2023-04-18  1:24 UTC (permalink / raw)
  To: Hagen Paul Pfeifer
  Cc: Colin Ian King, Peter Zijlstra, Ingo Molnar, Mark Rutland,
	Alexander Shishkin, Jiri Olsa, Namhyung Kim, Ian Rogers,
	Adrian Hunter, Petar Gligoric, linux-perf-users, kernel-janitors,
	linux-kernel

Em Mon, Apr 17, 2023 at 08:27:07PM +0200, Hagen Paul Pfeifer escreveu:
> * Colin Ian King | 2023-04-17 18:48:26 [+0100]:
> 
> >There is a spelling mistake in the help for the --ms option. Fix it.
> >
> >Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
> 
> Good catch - thank you Colin!
> 
> Acked-by: Hagen Paul Pfeifer <hagen@jauu.net>

Thanks, applied, and fixed the subject line typo.

- Arnaldo

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

end of thread, other threads:[~2023-04-18  1:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-17 17:48 [PATCH][next] perf script: task-analyzer: Fix spelling mistake "miliseconds" -> "millseconds" Colin Ian King
2023-04-17 18:15 ` Ian Rogers
2023-04-17 18:27 ` Hagen Paul Pfeifer
2023-04-18  1:24   ` 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).