#cmake #libipt-sys #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

#17 in #cmake

Download history 958/week @ 2024-12-08 1666/week @ 2024-12-15 862/week @ 2024-12-22 1066/week @ 2024-12-29 1518/week @ 2025-01-05 1592/week @ 2025-01-12 1847/week @ 2025-01-19 1449/week @ 2025-01-26 1650/week @ 2025-02-02 2251/week @ 2025-02-09 1517/week @ 2025-02-16 1394/week @ 2025-02-23 1067/week @ 2025-03-02 1232/week @ 2025-03-09 1047/week @ 2025-03-16 781/week @ 2025-03-23

4,189 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.2MB
~44K SLoC