Libbpf userspace function perf_buffer__free
Frees all resources associated with a perf buffer.
Definition
void perf_buffer__free(struct perf_buffer *pb);
Arguments
pb
: pointer to astruct perf_buffer
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