mbox series

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

Message ID 20191001113307.27796-1-bjorn.topel@gmail.com
Headers show
Series perf tools: optional compile time test_attr__* depenency for perf-sys.h | expand

Message

Björn Töpel Oct. 1, 2019, 11:33 a.m. UTC
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(-)