libperf icon indicating copy to clipboard operation
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...

Results 7 libperf issues
Sort by recently updated
recently updated
newest added

![Screenshot from 2024-02-25 20-31-10](https://github.com/theonewolf/libperf/assets/45530397/c9db276b-2de2-4e01-9aa9-a6d34ee9a2c2)

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()