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

sys libipt-sys

raw bindings to the libipt intel processor tracing library

12 releases

new 0.2.2 Jan 21, 2025
0.2.1 Jan 20, 2025
0.2.1-beta.2 Dec 2, 2024
0.2.1-beta.1 Nov 25, 2024
0.1.2 Nov 30, 2019

#187 in FFI

Download history 2/week @ 2024-10-01 3/week @ 2024-10-08 4/week @ 2024-10-15 1151/week @ 2024-11-12 1316/week @ 2024-11-19 1608/week @ 2024-11-26 883/week @ 2024-12-03 1245/week @ 2024-12-10 1523/week @ 2024-12-17 1030/week @ 2024-12-24 902/week @ 2024-12-31 1670/week @ 2025-01-07 1307/week @ 2025-01-14

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

MIT license

1MB
24K SLoC

C 24K SLoC // 0.2% comments Rust 112 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