joelagnel / bpfd

BPFd (Deprecated, please see README.md) : Berkeley Packet Filter daemon (BPFd). Makes it possible to run BCC tools across systems.
Apache License 2.0
95 stars 23 forks source link

Enable a way for BPFd to log output during bpf_prog_load #12

Open joelagnel opened 6 years ago

joelagnel commented 6 years ago

Currently this is disabled, as we're not getting allocated buffers in bpfd. Add a mechanism for it. Potentially, the logged data can then be written into the FS or bpfd can be queried for it.