#bindings #processor #intel #tracing #bindgen #libipt

sys libipt-sys

raw bindings to the libipt intel processor tracing library

6 releases

new 0.2.0-rc.1 Nov 21, 2024
0.1.4 Jan 13, 2020
0.1.2 Nov 30, 2019

#21 in #bindgen

Download history 5/week @ 2024-08-07 117/week @ 2024-08-14 54/week @ 2024-08-21 4/week @ 2024-08-28 104/week @ 2024-09-04 6/week @ 2024-09-18 8/week @ 2024-09-25 2/week @ 2024-10-02 4/week @ 2024-10-09 3/week @ 2024-10-16 66/week @ 2024-11-06 1304/week @ 2024-11-13

1,370 downloads per month
Used in 3 crates (via libipt)

MIT license

1MB
24K SLoC

C 24K SLoC // 0.2% comments Rust 54 SLoC C++ 36 SLoC // 0.4% comments

libipt-sys

low level bindgen bindings for the libipt library.

building

clone this repo and the submodules with

git clone https://github.com/sum-catnip/libipt-sys.git --recursive

simply run cargo build and you should be fine. If that doesnt work, make sure you got all the requirements covered.

requirements

  • a working c compiler that can be found by cmake
  • cmake 2.8.6+
  • maybe rust nightly (im not even sure tbh)

No runtime deps

~0–2.2MB
~44K SLoC