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
for large applications is there currently a way to attach to running PID on-the-fly. I tried using -attach option with drrun which failed with following message.
./drrun -attach 16601
ERROR: attaching to running processes is not yet implemented
Is there a workaround or alternative which allows for tracing a particular steady-state portion of the application. I can try the -trace_after_instrs option but i need to be sure that instruction count reported by 'perf stat' is consistent with the way dynamoRIO counts retired instructions otherwise we run the risk of tracing wrong part of the application execution. Please advise on a good approach.
The text was updated successfully, but these errors were encountered:
for large applications is there currently a way to attach to running PID on-the-fly. I tried using -attach option with drrun which failed with following message.
./drrun -attach 16601
ERROR: attaching to running processes is not yet implemented
Is there a workaround or alternative which allows for tracing a particular steady-state portion of the application. I can try the -trace_after_instrs option but i need to be sure that instruction count reported by 'perf stat' is consistent with the way dynamoRIO counts retired instructions otherwise we run the risk of tracing wrong part of the application execution. Please advise on a good approach.
The text was updated successfully, but these errors were encountered: