libbpf-rs
libbpf-rs copied to clipboard
libbpf-rs: Add autoload, unload, and log level APIs for programs
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]