DynamoRIO / dynamorio

Dynamic Instrumentation Tool Platform
Other
2.63k stars 557 forks source link

Add random next input to schedule for sensitivity studies #6636

Closed derekbruening closed 8 months ago

derekbruening commented 8 months ago

For studying scheduler sensitivity studies, we can turn off timestamp ordering, but there's still a FIFO in the scheduler. The idea here is to add a flag to do a random order instead of FIFO to help with these studies.