diff options
author | Ian Rogers <irogers@google.com> | 2024-10-14 17:01:58 -0700 |
---|---|---|
committer | Namhyung Kim <namhyung@kernel.org> | 2024-10-17 13:17:36 -0700 |
commit | 8296aa0f28c2433f213fce18bad00a97965c052f (patch) | |
tree | 7870e9a479a6339703f5c8d4585b2bbe25bce656 /tools/perf/tests/attr/test-record-user-regs-sve-aarch64 | |
parent | 3a447031f5fc21c4e112a5ca52d091d1ef33aeb6 (diff) | |
download | lwn-8296aa0f28c2433f213fce18bad00a97965c052f.tar.gz lwn-8296aa0f28c2433f213fce18bad00a97965c052f.zip |
perf test: Move attr files into shell directory where they are used
Now the attr tests are shell tests move the associated python and
configuration files. Update the installation build rules for the new
directories. Recycle the lib install rules for python files allowing
the explicit attr.py install line to be dropped.
Signed-off-by: Ian Rogers <irogers@google.com>
Tested-by: Athira Rajeev <atrajeev@linux.vnet.ibm.com>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: zhaimingbing <zhaimingbing@cmss.chinamobile.com>
Cc: Howard Chu <howardchu95@gmail.com>
Cc: Ze Gao <zegao2021@gmail.com>
Cc: Weilin Wang <weilin.wang@intel.com>
Cc: James Clark <james.clark@linaro.org>
Cc: Leo Yan <leo.yan@linux.dev>
Cc: Thomas Richter <tmricht@linux.ibm.com>
Cc: Veronika Molnarova <vmolnaro@redhat.com>
Link: https://lore.kernel.org/r/20241015000158.871828-4-irogers@google.com
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Diffstat (limited to 'tools/perf/tests/attr/test-record-user-regs-sve-aarch64')
-rw-r--r-- | tools/perf/tests/attr/test-record-user-regs-sve-aarch64 | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/tools/perf/tests/attr/test-record-user-regs-sve-aarch64 b/tools/perf/tests/attr/test-record-user-regs-sve-aarch64 deleted file mode 100644 index a65113cd7311..000000000000 --- a/tools/perf/tests/attr/test-record-user-regs-sve-aarch64 +++ /dev/null @@ -1,14 +0,0 @@ -# Test that asking for VG works if the system has SVE and after the -# feature was added in 6.1 -[config] -command = record -args = --no-bpf-event --user-regs=vg kill >/dev/null 2>&1 -ret = 1 -test_ret = true -arch = aarch64 -auxv = auxv["AT_HWCAP"] & 0x400000 == 0x400000 -kernel_since = 6.1 - -[event:base-record] -sample_type=4359 -sample_regs_user=70368744177664 |