Skip to content

Tools for analyzing trace data generated from Intel PT

Notifications You must be signed in to change notification settings

sinha-abhi/ipt-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ipt-tools

A set of tools to analyze trace data generated from Intel PT.


iptba

Analyze conditional branch behavior.

  1. Generate perf.data with Intel PT enabled
perf record -e intel_pt//u <command>
  1. Use perf script with provided script
perf script --itrace=i1ns -s iptba-script.py <command>

NOTE Executables need to be compiled with the -no-pie flag enabled (in gcc).


iptdiff (WIP)

Compare two trace data of an executable.

TODO

  • port iptba to C/C++
  • prototype of iptdiff

About

Tools for analyzing trace data generated from Intel PT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published