You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repo has two parts: go bindings for the bcc framework, and low-level routines to load and use eBPF programs from .elf files.
It has been unmaintained for a while, which means that for the low-level routines, cilium/ebpf does a better job and should be used instead of this one. For the bcc go-bindings, they are still useful, but it doesn't make sense to have them in this repo. They should be in the bcc repo together with the bindings for other languages.
So, the plan is to deprecate the low-level routines and move the other code to the other repo. If someone has any reason to object to either of those, please let us know.