processortrace 0.0.2

Rust library to set-up Intel processor trace for getting raw trace data.
Documentation
1
2
3
4
5
6
7
8
9
10
[![Build Status](https://travis-ci.org/gz/processor-trace.svg?branch=master)](https://travis-ci.org/gz/processor-trace)

# Processor Trace

Use Intel PT to trace your rust program (work in progess).

cargo clean
cargo test
python decode.py trace_fn deadbeef > trace_fn.sideband
./sptdecode -s ./trace_fn.sideband -p trace_fn.ptdump