perf bpf: No need to include headers just use forward declarations
authorArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 26 Oct 2022 16:52:17 +0000 (13:52 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 31 Oct 2022 14:05:41 +0000 (11:05 -0300)
commit8d0d129e94d4518fd17c13b4991ff10b7f4cd85a
treeecbde3eac045f2700bf2de70ff497a350f12d748
parentcff624146450bd25a1acea0439b7654167e0f722
perf bpf: No need to include headers just use forward declarations

In the bpf-prologue.h header we are just using pointers, so no need to
include headers for that, just provide forward declarations for those
types.

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/bpf-prologue.h