Rust库,用于设置英特尔处理器跟踪以获取原始跟踪数据
作者:Gerd Zellweger
使用旧的Rust 2015
1544 在 硬件支持
22KB 543 代码行
使用Intel PT跟踪Rust程序(进行中)。
cargo clean cargo test python decode.py trace_fn deadbeef > trace_fn.sideband ./sptdecode -s ./trace_fn.sideband -p trace_fn.ptdump
~5MB ~61K SLoC