summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorZhang Chujun <zhangchujun@cmss.chinamobile.com>2025-11-06 11:10:40 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-12-01 11:46:05 +0100
commit31eb7a8cec4c641e7718394a4d658f491c9e7177 (patch)
tree5ac4edfd9de473f8874c434ca1621f8c0af8c7ae /tools/perf/scripts/python
parentf9608637ecc165d7d6341df105aee44691461fb9 (diff)
tracing/tools: Fix incorrcet short option in usage text for --threads
[ Upstream commit 53afec2c8fb2a562222948cb1c2aac48598578c9 ] The help message incorrectly listed '-t' as the short option for --threads, but the actual getopt_long configuration uses '-e'. This mismatch can confuse users and lead to incorrect command-line usage. This patch updates the usage string to correctly show: "-e, --threads NRTHR" to match the implementation. Note: checkpatch.pl reports a false-positive spelling warning on 'Run', which is intentional. Link: https://patch.msgid.link/20251106031040.1869-1-zhangchujun@cmss.chinamobile.com Signed-off-by: Zhang Chujun <zhangchujun@cmss.chinamobile.com> Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions