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

sys libipt-sys

raw bindings to the libipt intel processor tracing library

9 releases

0.2.1-beta.2 Dec 2, 2024
0.2.1-beta.1 Nov 25, 2024
0.1.4 Jan 13, 2020
0.1.2 Nov 30, 2019

#195 in FFI

Download history 108/week @ 2024-09-02 14/week @ 2024-09-23 2/week @ 2024-09-30 7/week @ 2024-10-14 894/week @ 2024-11-11 1237/week @ 2024-11-18 1630/week @ 2024-11-25 1147/week @ 2024-12-02 1189/week @ 2024-12-09

5,205 downloads per month
Used in 3 crates (via libipt)

MIT license

1MB
24K SLoC

C 24K SLoC // 0.2% comments Rust 106 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 doesn't work, make sure you got all the requirements covered.

requirements

  • a working rust toolchain
  • a working c compiler that can be found by cmake
  • cmake 2.8.6+

No runtime deps

~0–2.3MB
~46K SLoC