You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to count the number of times a particular multiply-accummulate instruction is called (specifically vfmadd231ps) in an executable. Is this possible? If so, how would one go about it?
The text was updated successfully, but these errors were encountered:
That's somewhat tricky. Right now the best way would be to have that information in the cannoli server (like load a json file with the addresses you want to instrument that have the appropriate opcodes). I could maybe send the instruction bytes up so they could be inspected at lift time!
I'd like to count the number of times a particular multiply-accummulate instruction is called (specifically vfmadd231ps) in an executable. Is this possible? If so, how would one go about it?
The text was updated successfully, but these errors were encountered: