diff options
author | Gabriele Monaco <[email protected]> | 2024-09-26 16:34:17 +0200 |
---|---|---|
committer | Steven Rostedt (Google) <[email protected]> | 2024-10-04 19:33:38 -0400 |
commit | cfb1ea216c1656a4112becbc4bf757891933b902 (patch) | |
tree | 576ea2afc073a36fd2b82b9f00d2996d67fbebbc /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | ac1987f8f525379a0677f7f23c7a7ef2596a338d (diff) |
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 <[email protected]>
Cc: Luis Goncalves <[email protected]>
Cc: Tomas Glozar <[email protected]>
Link: https://lore.kernel.org/[email protected]
Signed-off-by: Gabriele Monaco <[email protected]>
Signed-off-by: Steven Rostedt (Google) <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions