aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/task-analyzer.py
diff options
context:
space:
mode:
authorDmitry Torokhov <dmitry.torokhov@gmail.com>2023-07-17 09:20:46 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2023-07-17 09:20:46 -0700
commit50501936288d6a29d7ef78f25d00e33240fad45f (patch)
treead5fe10a0eaa868c35cc52682fd2b4a0ebb4ccec /tools/perf/scripts/python/task-analyzer.py
parentInput: iqs7211 - point to match data directly (diff)
parentLinux 6.4 (diff)
downloadwireguard-linux-50501936288d6a29d7ef78f25d00e33240fad45f.tar.xz
wireguard-linux-50501936288d6a29d7ef78f25d00e33240fad45f.zip
Merge tag 'v6.4' into next
Sync up with mainline to bring in updates to shared infrastructure.
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
-rwxr-xr-xtools/perf/scripts/python/task-analyzer.py2
1 files changed, 1 insertions, 1 deletions
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",