I would like to be able to write eBPF programs for my customer kernel.
The problem is when I modify the kernel and add trace points for example, I won't be able to install bpfcc-tools package because they do not have that package built for my custom kernel.
So, I would like to find a way to write these programs without depending on pre-built packages.