DynamoRIO / dynamorio

Dynamic Instrumentation Tool Platform
Other
2.57k stars 551 forks source link

record_filter should not write out wait records during replay #6727

Closed derekbruening closed 3 months ago

derekbruening commented 3 months ago

6635 added core-sharded support to the record filter. However, if run in replay mode, the TRACE_TYPE_WAIT records will be written out to the new files, which we do not want: those are artificial and are meant purely to keep the timing in the current run.