bsc-performance-tools / extrae

Instrumentation framework to generate execution traces of the most used parallel runtimes.
https://tools.bsc.es/extrae
GNU Lesser General Public License v2.1
58 stars 35 forks source link

Remove use of Instruction::Ptr #87

Open clementFoyer opened 9 months ago

clementFoyer commented 9 months ago

Since commit dyninst/dyninst@9157d8a0595b355d8604d61a40a40dac577df7e2, the Instruction::Ptr type has been removed from Dyninst. Reflect this change onto extrae.

It may need to be adapted to check the version of dyninst used in order to keep backward compatibility. Still, I keep this PR open for other users who may run into the same issue I encountered.