libperf is a library that wraps around the syscall perf_event_open(). This library exposes the kernel performance counters subsystem to userspace code. It can be used to efficiently trace portions of code with kernel support.
Stars
56
Forks
18
Watchers
56
Open Issues
6
Overall repository health assessment
No package.json found
This might not be a Node.js project
20
commits
6
commits
Install libperf.h in PREFIX/include instead of PREFIX/include/libperf/libperf
8737886View on GitHubUpdate constant definition to match project standards.
f9f3802View on GitHubMissing necessary include file for releasing distribution package.
7a2eb77View on GitHubUnit tests caught a regression. Over aggressive application of assert
8256dddView on GitHubAdded in build of the binaries. Updated documentation for devs.
09c5acdView on GitHub