Valtaxi - A valgrind frontend for the TAXI simulator
The TAXI simulator is a modified
version of the PISA simplescalar that can take in an instruction and memory
trace from the BOCHS emulator.
This way x86 programs can be run, and converted to PISA operations which
are roughly equivelant to x86 uops.
This plugin was designed so that valgrind could be used to generate the
traces instead of BOCHS.
The author of TAXI no longer distributes its code on his website,
so this plugin is not particularly useful.
Here are some related files:
Back to my Computer Architecture
Software