add backannotation to pc trace plugin

This commit is contained in:
2022-05-17 15:29:04 +02:00
parent 766f3ba9ee
commit 1438f0f373
3 changed files with 15 additions and 10 deletions

View File

@ -81,7 +81,7 @@ public:
void callback(instr_info_t instr_info, exec_info const&) override;
private:
iss::instrumentation_if *arch_instr;
iss::instrumentation_if *instr_if;
std::vector<instr_desc> delays;
struct pair_hash {
size_t operator()(const std::pair<uint64_t, uint64_t> &p) const {