commit | e099287197197d1e5ad2502c56aef1fb54b4e911 | [log] [tgz] |
---|---|---|
author | Derek Bruening <bruening@google.com> | Fri Jul 19 22:44:21 2024 |
committer | GitHub <noreply@github.com> | Fri Jul 19 22:44:21 2024 |
tree | a690a9e7a1ee335c2120575dedac029efe2ce0dd | |
parent | 8d5e61c3ca39b1c7e1eef4db62d168de6af34421 [diff] |
i#6882: Set drmemtrace scheduler init state to post-skip (#6894) For inputs with regions of interest that skip over their initial records, the drmemtrace scheduler was using the initial records for the initial timestamp and start-unscheduled state, which is incorrect. Solves this by applying an initial region skip at init time instead of waiting for an input to be scheduled. This requires shifting around when record file output is recorded. Adds a unit test that fails without this fix as it leaves one input permanently unscheduled and has the two inputs in the wrong order without using the skip timestamp. Fixes #6882
DynamoRIO is a runtime code manipulation system that supports code transformations on any part of a program, while it executes. DynamoRIO exports an interface for building dynamic tools for a wide variety of uses: program analysis and understanding, profiling, instrumentation, optimization, translation, etc. Unlike many dynamic tool systems, DynamoRIO is not limited to insertion of callouts/trampolines and allows arbitrary modifications to application instructions via a powerful IA-32/AMD64/ARM/AArch64 instruction manipulation library. DynamoRIO provides efficient, transparent, and comprehensive manipulation of unmodified applications running on stock operating systems (Windows, Linux, or Android) and commodity IA-32, AMD64, ARM, and AArch64 hardware. Mac OSX support is in progress.
DynamoRIO is the basis for some well-known external tools:
Tools built on DynamoRIO and available in the release package include:
DynamoRIO‘s powerful API abstracts away the details of the underlying infrastructure and allows the tool builder to concentrate on analyzing or modifying the application’s runtime code stream. API documentation is included in the release package and can also be browsed online. Slides from our past tutorials are also available.
DynamoRIO is available free of charge as a binary package for both Windows and Linux. DynamoRIO's source code is available primarily under a BSD license.
Use the discussion list to ask questions.
To report a bug, use the issue tracker.
See also the DynamoRIO home page: http://dynamorio.org/