Commit 156e8dcf authored by Dr. David Alan Gilbert's avatar Dr. David Alan Gilbert Committed by Arnaldo Carvalho de Melo

perf test pmu: Remove unused test_pmus

Commit aa1551f2 ("perf test pmu: Refactor format test and exposed
test APIs") added the 'test_pmus' list, but didn't use it.
(It seems to put them on the other_pmus list?)

Remove it.

Fixes: aa1551f2 ("perf test pmu: Refactor format test and exposed test APIs")
Reviewed-by: default avatarIan Rogers <irogers@google.com>
Signed-off-by: default avatarDr. David Alan Gilbert <linux@treblig.org>
Cc: Ian Rogers <irogers@google.com>
Cc: Kan Liang <kan.liang@linux.intel.com>
Link: https://lore.kernel.org/lkml/20240727175919.1041468-1-linux@treblig.orgSigned-off-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
parent feab89bf
......@@ -18,9 +18,6 @@
#include <sys/stat.h>
#include <sys/types.h>
/* Fake PMUs created in temp directory. */
static LIST_HEAD(test_pmus);
/* Cleanup test PMU directory. */
static int test_pmu_put(const char *dir, struct perf_pmu *pmu)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment