import-trace: introduce AdvancedMemoryImporter

A MemoryImporter that additionally imports Relyzer-style conditional
branch history, instruction opcodes, and a virtual
duration=time2-time1+1 column (MariaDB 5.2+ only) for fault-space
pruning purposes.

Change-Id: I6764a26fa8aae21655be44134b88fdee85e67ff6
This commit is contained in:
Horst Schirmeier
2013-07-05 16:59:30 +02:00
parent 12b539ff75
commit ba7c663551
9 changed files with 208 additions and 1 deletions

View File

@ -8,6 +8,7 @@ if (BUILD_LLVM_DISASSEMBLER)
InstructionImporter.cc
RegisterImporter.cc
RandomJumpImporter.cc
AdvancedMemoryImporter.cc
)
include(FindLLVM)