Rate This Document
Findability
Accuracy
Completeness
Readability

libkperf (CLI)

libkperf is a lightweight Linux performance profiling library, allowing developers to perform performance profiling through APIs, including PMU sampling and symbol resolution. libkperf stores the collected data in the memory so that developers can directly process the collected data in the memory, avoiding the overhead caused by reading and writing perf.data. For details, see libkperf.