perf build: Properly guard libbpf includes
authorIan Rogers <irogers@google.com>
Fri, 6 Jan 2023 15:13:19 +0000 (07:13 -0800)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 10 Jan 2023 13:51:39 +0000 (10:51 -0300)
commitd891f2b724b39a2a41e3ad7b57110193993242ff
tree9c78eca82812b944f4be8402a4bdb469a1f47c43
parent6f9aba7f0d74e8dd085f9ac11fe8f3fdd7fde4ca
perf build: Properly guard libbpf includes

Including libbpf header files should be guarded by HAVE_LIBBPF_SUPPORT.
In bpf_counter.h, move the skeleton utilities under HAVE_BPF_SKEL.

Fixes: d6a735ef3277c45f ("perf bpf_counter: Move common functions to bpf_counter.h")
Reported-by: Mike Leach <mike.leach@linaro.org>
Signed-off-by: Ian Rogers <irogers@google.com>
Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Tested-by: Jiri Olsa <jolsa@kernel.org>
Tested-by: Mike Leach <mike.leach@linaro.org>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lore.kernel.org/lkml/20230105172243.7238-1-mike.leach@linaro.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-trace.c
tools/perf/util/bpf_counter.h