libipt-sys 0.2.1-beta.1

raw bindings to the libipt intel processor tracing library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# libipt-sys
low level bindgen bindings for the [libipt](https://github.com/intel/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+