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

sys libipt-sys

raw bindings to the libipt intel processor tracing library

12 releases

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

#186 in FFI

Download history 554/week @ 2024-11-08 1150/week @ 2024-11-15 1720/week @ 2024-11-22 1112/week @ 2024-11-29 980/week @ 2024-12-06 1527/week @ 2024-12-13 1008/week @ 2024-12-20 1134/week @ 2024-12-27 1110/week @ 2025-01-03 1801/week @ 2025-01-10 1812/week @ 2025-01-17 1523/week @ 2025-01-24 1595/week @ 2025-01-31 2095/week @ 2025-02-07

7,396 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