mirror of
https://github.com/torvalds/linux.git
synced 2026-04-30 12:32:31 -04:00
perf tests: Add tool PMU test
Ensure parsing with and without PMU creates events with the expected config values. This ensures the tool.json doesn't get out of sync with tool_pmu_event enum. Signed-off-by: Ian Rogers <irogers@google.com> Acked-by: Namhyung Kim <namhyung@kernel.org> Link: https://lore.kernel.org/r/20241002032016.333748-11-irogers@google.com Signed-off-by: Namhyung Kim <namhyung@kernel.org>
This commit is contained in:
@@ -83,6 +83,7 @@ DECLARE_SUITE(perf_evsel__tp_sched_test);
|
||||
DECLARE_SUITE(syscall_openat_tp_fields);
|
||||
DECLARE_SUITE(pmu);
|
||||
DECLARE_SUITE(pmu_events);
|
||||
DECLARE_SUITE(tool_pmu);
|
||||
DECLARE_SUITE(attr);
|
||||
DECLARE_SUITE(dso_data);
|
||||
DECLARE_SUITE(dso_data_cache);
|
||||
|
||||
Reference in New Issue
Block a user