libbpf-rs icon indicating copy to clipboard operation
libbpf-rs copied to clipboard

libbpf-rs: Add autoload, unload, and log level APIs for programs

Open insearchoflosttime opened this issue 3 years ago • 0 comments

As part of the initiative to reach feature-parity with libbpf-1.0, this commit adds wrapper functions around:

* bpf_program__set_log_level
* bpf_program__log_level
* bpf_program__autoload
* bpf_program__unload

Signed-off-by: Joanne Koong [email protected]

insearchoflosttime avatar Jul 26 '22 23:07 insearchoflosttime