This PR adds the bpf header files into an include directory at the root of the project. It also modifies the go generate command to use an environment variable (defined in the makefile) for all cflags. It will make it easier I believe to add C header file without modifying each probe files.
What type of this PR
Examples of user facing changes:
This PR adds the
bpf
header files into aninclude
directory at the root of the project. It also modifies thego generate
command to use an environment variable (defined in the makefile) for allcflags
. It will make it easier I believe to add C header file without modifying each probe files.Which issue(s) this PR fixes:
Fixes #24
/kind feature