]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
perf tool: Constify the command and option arrays
authorIan Rogers <irogers@google.com>
Sat, 7 Feb 2026 08:24:26 +0000 (00:24 -0800)
committerNamhyung Kim <namhyung@kernel.org>
Fri, 13 Mar 2026 21:26:27 +0000 (14:26 -0700)
commit2907fd820b8f1e4563ecd624989fd5a4db479c2f
tree23a0f030a85de0a348a95d0a72c5282bd29ed060
parent8e6f3103c079d44b51177449cd93af4c18733194
perf tool: Constify the command and option arrays

Reduce scope and capture immutability.

Signed-off-by: Ian Rogers <irogers@google.com>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/perf/perf.c