]> www.infradead.org Git - users/jedix/linux-maple.git/commit
rtla: Fix consistency in getopt_long for timerlat_hist
authorGabriele Monaco <gmonaco@redhat.com>
Thu, 26 Sep 2024 14:34:17 +0000 (16:34 +0200)
committerSteven Rostedt (Google) <rostedt@goodmis.org>
Fri, 4 Oct 2024 23:33:38 +0000 (19:33 -0400)
commitcfb1ea216c1656a4112becbc4bf757891933b902
tree576ea2afc073a36fd2b82b9f00d2996d67fbebbc
parentac1987f8f525379a0677f7f23c7a7ef2596a338d
rtla: Fix consistency in getopt_long for timerlat_hist

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>
tools/tracing/rtla/src/timerlat_hist.c