diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2024-12-13 16:42:44 -0300 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2024-12-18 16:24:28 -0300 |
commit | 055f0ce7d8345478aa029f9999a47efeef23fc05 (patch) | |
tree | 005c21f98850747bea599f9ba994489f380bef65 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 701b27403c69e8290145de7d41a22faf92110e91 (diff) | |
download | linux-055f0ce7d8345478aa029f9999a47efeef23fc05.tar.gz linux-055f0ce7d8345478aa029f9999a47efeef23fc05.tar.bz2 linux-055f0ce7d8345478aa029f9999a47efeef23fc05.zip |
tools build: Test for presence of libtraceevent and libtracefs in test-all.c
Since these are so far considered part of the basic set of libraries to
be present when building perf, have then in
tools/build/features/test-all.c.
They were already in the FEATURE_TESTS_BASIC variable of
tools/build/Makefile.feature, meaning if test-all.c builds, those
features would be set as present, but then we were calling "again"
(well, they were not in test-all.c, so were not really being tested) for
it to be detected, fix this all up by not calling feature_check for
those features but instead have them in test-all.c to be tested together
with the the set of basic expected libraries.
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Ian Rogers <irogers@google.com>
Cc: James Clark <james.clark@linaro.org>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Kan Liang <kan.liang@linux.intel.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Link: https://lore.kernel.org/lkml/20241213195052.914914-3-acme@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions