summaryrefslogtreecommitdiff
path: root/kernel/trace
diff options
context:
space:
mode:
authorGabriele Monaco <gmonaco@redhat.com>2024-09-26 16:34:17 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-12-14 20:03:58 +0100
commit5f87f1b22f3f3ae59deead3f10dd2b166717d2cf (patch)
treedfefb7692c583a38e18732464ba96a947935e407 /kernel/trace
parent53835aaccc2c76d9158f7e6255db3e99fac4f2b1 (diff)
downloadlinux-5f87f1b22f3f3ae59deead3f10dd2b166717d2cf.tar.gz
linux-5f87f1b22f3f3ae59deead3f10dd2b166717d2cf.tar.bz2
linux-5f87f1b22f3f3ae59deead3f10dd2b166717d2cf.zip
rtla: Fix consistency in getopt_long for timerlat_hist
[ Upstream commit cfb1ea216c1656a4112becbc4bf757891933b902 ] Commit e9a4062e1527 ("rtla: Add --trace-buffer-size option") adds a new long option to rtla utilities, but among all affected files, timerlat_hist misses a trailing `:` in the corresponding short option inside the getopt string (e.g. `\3:`). This patch propagates the `:`. Although this change is not functionally required, it improves consistency and slightly reduces the likelihood a future change would introduce a problem. Cc: John Kacur <jkacur@redhat.com> Cc: Luis Goncalves <lgoncalv@redhat.com> Cc: Tomas Glozar <tglozar@redhat.com> Link: https://lore.kernel.org/20240926143417.54039-1-gmonaco@redhat.com Signed-off-by: Gabriele Monaco <gmonaco@redhat.com> Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'kernel/trace')
0 files changed, 0 insertions, 0 deletions