DynamoRIO
|
Tracing and Analysis Framework
drmemtrace
is a DynamoRIO client that collects instruction and memory access traces and feeds them to either an online or offline tool for analysis. The default analysis tool is the drcachesim
CPU cache simulator, while other provided tools compute metrics such as reuse distance. The trace collector and simulator support multiple processes each with multiple threads. The analysis tool framework is extensible, supporting the creation of new tools which can operate both online and offline.
News: There are some new features in drmemtrace traces: conditional branches are now marked as taken or untaken, and indirect branch targets are provided up front. These join the recent features of embedded instruction encodings and fast seeking.
- Overview
- Trace Format
- Running Tools
- Analysis Tool Suite
- Google Workload Traces
- Configuration File
- Offline Traces and Analysis
- Filtered Traces
- Tracing a Subset of Execution
- Simulator Details
- Cache Miss Analyzer
- Physical Addresses
- Core Simulation Support
- Trace Scheduler
- Extending the Simulator
- Customizing the Tracer
- Tracing Function Calls
- Creating New Analysis Tools
- Simulator Parameters
- Current Limitations
- Comparison to Other Simulators