]> Git Repo - linux.git/commit
perf jevents: Remove the type/version variables
authorIan Rogers <[email protected]>
Fri, 12 Aug 2022 23:09:37 +0000 (16:09 -0700)
committerArnaldo Carvalho de Melo <[email protected]>
Sat, 13 Aug 2022 17:58:40 +0000 (14:58 -0300)
commitf793ae185e27645ad83942ef6fffd901b8169941
tree40788c8dec3fb6d0474d4e6dcc51d3e322de68af
parent099b157c08e8e8faa622d4bb70826ae179248fd4
perf jevents: Remove the type/version variables

pmu_events_map has a type variable that is always initialized to "core"
and a version variable that is never read. Remove these from the API as
it is straightforward to add them back when necessary.

Signed-off-by: Ian Rogers <[email protected]>
Cc: Adrian Hunter <[email protected]>
Cc: Alexander Shishkin <[email protected]>
Cc: Andi Kleen <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: James Clark <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: John Garry <[email protected]>
Cc: Kan Liang <[email protected]>
Cc: Leo Yan <[email protected]>
Cc: Mark Rutland <[email protected]>
Cc: Mike Leach <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Ravi Bangoria <[email protected]>
Cc: Stephane Eranian <[email protected]>
Cc: Will Deacon <[email protected]>
Cc: Xing Zhengjun <[email protected]>
Cc: [email protected]
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
tools/perf/pmu-events/empty-pmu-events.c
tools/perf/pmu-events/jevents.py
tools/perf/pmu-events/pmu-events.h
tools/perf/tests/expand-cgroup.c
tools/perf/tests/parse-metric.c
This page took 0.063678 seconds and 4 git commands to generate.