]> git.ipfire.org Git - thirdparty/linux.git/commit
perf test: Skip dlfilter test for build failures
authorNamhyung Kim <namhyung@kernel.org>
Fri, 19 Dec 2025 01:18:17 +0000 (17:18 -0800)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 13 Jan 2026 20:21:30 +0000 (17:21 -0300)
commitb2629e7846e35dbf12de6d7b8e81f0049f6a50ea
treee42705bfcbf2ba3ca807b516a0b5b5a5bd6d3570
parent9f8f5edc79b6f22d0b4510d08b6a9c6e7f2c96e5
perf test: Skip dlfilter test for build failures

For some reason, it may fail to build the dlfilter.  Let's skip the test
as it's not an error in the perf.  This can happen when you run the perf
test without source code or in a different directory.

Reviewed-by: Ian Rogers <irogers@google.com>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: James Clark <james.clark@linaro.org>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/tests/shell/script_dlfilter.sh