]> git.ipfire.org Git - thirdparty/linux.git/commit
perf jevents: Make all tables static
authorIan Rogers <irogers@google.com>
Fri, 24 Oct 2025 17:58:41 +0000 (10:58 -0700)
committerNamhyung Kim <namhyung@kernel.org>
Tue, 4 Nov 2025 04:57:21 +0000 (20:57 -0800)
commit4df43709370cc18e9b09aa8049a6ab1f780af77e
tree0b8e39d5f6337daf9d08698d303aa52d436cda53
parent3f02cebe130260fbfe6e2028d252d63503ba99a8
perf jevents: Make all tables static

The tables created by jevents.py are only used within the pmu-events.c
file. Change the declarations of those global variables to be static
to encapsulate this.

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