]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
perf bench: Constify tables
authorArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 8 Apr 2026 17:31:59 +0000 (14:31 -0300)
committerNamhyung Kim <namhyung@kernel.org>
Thu, 9 Apr 2026 02:21:05 +0000 (19:21 -0700)
commitc89f35def821874d993bb1c033a7c3cbd32bccdb
treee47a32ce7056c8263f5b4d3ffb5e719cefbd648d
parent046fd8206d820b71e7870f7b894b46f8a15ae974
perf bench: Constify tables

Those tables and variables don't change, better capture this by
explicitely using 'const'.

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/perf/builtin-bench.c