perf jevents: Relocate test events to cpu folder
authorJohn Garry <john.garry@huawei.com>
Thu, 29 Jul 2021 13:56:17 +0000 (21:56 +0800)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 10 Aug 2021 14:47:09 +0000 (11:47 -0300)
commit35267cea901456d16fb3841ab44347937bf0b087
tree49f3b70363cd1a316567db63f3e16c4c2be09c41
parent19ac3df32f883a8341b1ceaad40be33b3ac85f23
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>
tools/perf/pmu-events/arch/test/test_cpu/branch.json [deleted file]
tools/perf/pmu-events/arch/test/test_cpu/cache.json [deleted file]
tools/perf/pmu-events/arch/test/test_cpu/other.json [deleted file]
tools/perf/pmu-events/arch/test/test_cpu/uncore.json [deleted file]
tools/perf/pmu-events/arch/test/test_soc/cpu/branch.json [new file with mode: 0644]
tools/perf/pmu-events/arch/test/test_soc/cpu/cache.json [new file with mode: 0644]
tools/perf/pmu-events/arch/test/test_soc/cpu/other.json [new file with mode: 0644]
tools/perf/pmu-events/arch/test/test_soc/cpu/uncore.json [new file with mode: 0644]
tools/perf/pmu-events/jevents.c