libperf
libperf copied to clipboard
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 o...

There were some language error which I changed. Please approve the change
In the README the order of including the library (-lperf) should be at the end. It appears using the development instructions for linking the libraries does not otherwise work, as...
to allow an error free firsttime usage
Trying to run example program but getting the following error ``` At event 18/32 sys_perf_event_open: No such file or directory ```
``` At event 14/32 sys_perf_event_open: Invalid argument ``` I'm getting this^ on running example code in `src/libperf_example.c`
A shared library code shouldn't exit()