Created by: mtrofin
Summarize instr_t to decouple trace conversion from DR internals (e.g. instru_t APIs)
As added benefit, the previous APIs were not inlined (at least by clang), being in a different module. That was resulting in noticeable (under perf profiling) function call overhead. This change alleviates that.
Issue: #3129 (closed)