Skip to content

El-Naizin/rust-kperf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-kperf

Native rust bindings to the private macOS frameworks: kperf and kperfdata. The library binds to the frameworks with the libc library. This framework allows access to the PMU, and it's usage requires the process to be run with super-user privileges.

If when building or running this code on a Mac, you have a linker error, it means either the kperf or kperfdata private frameworks changed, or some functions were not well tested.

I could only test the code on an Apple M2 2022 macbook air, on macOS Ventura 13.5.2

Issues are welcome.

Still a WIP.

Credit

The rust code was written from the reverse-engineering efforts of two posts I saw online:

About

Bindings to the macos kperf privateframework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages