libipt-sys 0.2.4

Bindgen-generated bindings for Intel's libipt (Processor Trace) library
Documentation

libipt-sys crates.io

This crate contains bindgen-generated bindings for Intel's libipt library.

Building

  1. Clone this repo and the submodule

    git clone --recursive https://github.com/sum-catnip/libipt-sys.git
    
  2. Run cargo build and you should be fine. If that doesn't work, make sure you got all the requirements covered.

Requirements

  • a rust toolchain
  • a C compiler that can be found by cmake
  • cmake 3.5+