mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 04:29:11 -04:00
perf jevents: Relocate test events to cpu folder
In future to add support for sys events, relocate the core and uncore events to a cpu folder. Signed-off-by: John Garry <john.garry@huawei.com> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Cc: Ian Rogers <irogers@google.com> Cc: Ingo Molnar <mingo@redhat.com> Cc: Jin Yao <yao.jin@linux.intel.com> Cc: Jiri Olsa <jolsa@redhat.com> Cc: Mark Rutland <mark.rutland@arm.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: linuxarm@huawei.com Link: https //lore.kernel.org/r/1627566986-30605-3-git-send-email-john.garry@huawei.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
committed by
Arnaldo Carvalho de Melo
parent
19ac3df32f
commit
35267cea90
@@ -814,7 +814,7 @@ static void print_mapping_test_table(FILE *outfp)
|
||||
fprintf(outfp, "\t.cpuid = \"testcpu\",\n");
|
||||
fprintf(outfp, "\t.version = \"v1\",\n");
|
||||
fprintf(outfp, "\t.type = \"core\",\n");
|
||||
fprintf(outfp, "\t.table = pme_test_cpu,\n");
|
||||
fprintf(outfp, "\t.table = pme_test_soc_cpu,\n");
|
||||
fprintf(outfp, "},\n");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user