Libbpf userspace function bpf_prog_linfo__free
Free the line info object previously allocated by bpf_prog_linfo__new
.
Definition
void bpf_prog_linfo__free(struct bpf_prog_linfo *prog_linfo);
Parameters
prog_linfo
: line info object to free
Usage
Docs could be improved
This part of the docs is incomplete, contributions are very welcome
Example
Docs could be improved
This part of the docs is incomplete, contributions are very welcome