[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20191001113307.27796-1-bjorn.topel@gmail.com>
Date: Tue, 1 Oct 2019 13:33:05 +0200
From: Björn Töpel <bjorn.topel@...il.com>
To: linux-kernel@...r.kernel.org, acme@...nel.org
Cc: Björn Töpel <bjorn.topel@...il.com>,
netdev@...r.kernel.org, bpf@...r.kernel.org, ast@...nel.org,
daniel@...earbox.net, adrian.hunter@...el.com, jolsa@...nel.org,
namhyung@...nel.org
Subject: [PATCH 0/2] perf tools: optional compile time test_attr__* depenency for perf-sys.h
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
Powered by blists - more mailing lists