-
Notifications
You must be signed in to change notification settings - Fork 566
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i#1729 offline traces: generate unoptimized traces
Adds two new options for offline trace generation in drcachesim: -offline and -outdir. Updates the launcher to skip the simulator launch when -offline is requested. Updates the tracer to write to a file instead of a pipe when -offline is set. The trace entry format is still the same: it will be modified in the future to include timestamps and to shrink its size, with a postprocessor component filling in statically-identifiable information. Adds packing to trace_entry_t to ensure it can be used as a cross-platform persistent representation. A test will be added once file reading is in place. Review-URL: https://codereview.appspot.com/310890043
- Loading branch information
1 parent
9ae3828
commit d4b3e61
Showing
6 changed files
with
172 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.