Skip to content

amitay/qtrace-tools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

149 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qtrace-tools

Various tools that operate on the qtrace instruction trace format. If running on a ppc64 system, install the binutils development libraries. On Ubuntu:

sudo apt-get install binutils-dev

To work with ppc64 traces on another architecture, on Ubuntu you can install the multiarch version of the libraries:

sudo apt-get install binutils-multiarch-dev

To build:

./bootstrap.sh
./configure
make

ptracer

Operates similar to strace. It attaches to a running process (via -p) or executes a new process, and uses single stepping to create a objdump style ascii disassembly or a qtrace binary instruction trace. It doesn't support multiple threads or processes yet.

About

Tools to read and write qtrace instruction traces

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 94.5%
  • Assembly 1.7%
  • Python 1.5%
  • Makefile 0.8%
  • C++ 0.6%
  • M4 0.5%
  • Other 0.4%