[PATCH 0/2] perf tools: optional compile time test_attr__* depenency for perf-sys.h

From: BjÃrn TÃpel
Date: Tue Oct 01 2019 - 07:33:20 EST


This mini series makes it possible to disable the use of test_attr__*
for perf-sys.h users outside perf. E.g., samples/bpf/ uses perf-sys.h
as a syscall wrapper.

Now a user can define HAVE_ATTR_TEST to zero to avoid this, and as a
nice side-effect it also fixes the samples/bpf/ build. ;-)

BjÃrn TÃpel (2):
perf tools: Make usage of test_attr__* optional for perf-sys.h
samples/bpf: fix build by setting HAVE_ATTR_TEST to zero

samples/bpf/Makefile | 1 +
tools/perf/perf-sys.h | 6 ++++--
2 files changed, 5 insertions(+), 2 deletions(-)

--
2.20.1