commit | 1654a0e4d576d9e43fbb10ccf6a1b307c5c18566 | [log] [tgz] |
---|---|---|
author | Ian Rogers <irogers@google.com> | Tue Sep 02 11:17:12 2025 -0700 |
committer | Namhyung Kim <namhyung@kernel.org> | Tue Sep 02 14:55:20 2025 -0700 |
tree | e73296ecf56ba677db3f06c9e68aa14b0ab62c0d | |
parent | d7b67dd6f9db7bd2c49b415e901849b182ff0735 [diff] |
perf bpf-utils: Constify bpil_array_desc The array's contents is a compile time constant. Constify to make the code more intention revealing and avoid unintended errors. Reviewed-by: Namhyung Kim <namhyung@kernel.org> Signed-off-by: Ian Rogers <irogers@google.com> Link: https://lore.kernel.org/r/20250902181713.309797-3-irogers@google.com Signed-off-by: Namhyung Kim <namhyung@kernel.org>