summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJames Clark <james.clark@arm.com>2022-12-13 11:47:37 +0000
committerArnaldo Carvalho de Melo <acme@redhat.com>2022-12-14 11:24:32 -0300
commitc3a8f85351b15167d6c8d178656df82ba3c34712 (patch)
tree90f744cda2c336dfda09f05a8a5b7ec6083c43f1 /Makefile
parenta8f26192ca769c6b37a04b3ee188f28069fd5d53 (diff)
downloadlinux-c3a8f85351b15167d6c8d178656df82ba3c34712.tar.gz
linux-c3a8f85351b15167d6c8d178656df82ba3c34712.tar.bz2
linux-c3a8f85351b15167d6c8d178656df82ba3c34712.zip
perf test: Add mechanism for skipping attr tests on auxiliary vector values
This can be used to skip tests or provide different test values on different platforms. For example to run a test only where Arm SVE is present add this to the config section: auxv = auxv["AT_HWCAP"] & 0x200000 == 0x200000 The value is a freeform Python expression that is evaled in the context of a map called "auxv" that contains the decoded auxiliary vector. Signed-off-by: James Clark <james.clark@arm.com> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Cc: Ingo Molnar <mingo@redhat.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Mark Rutland <mark.rutland@arm.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: bpf@vger.kernel.org Link: https://lore.kernel.org/r/20221213114739.2312862-3-james.clark@arm.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions