-
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#4274 kernel pc: Export version number in final trace
The version number in a drmemtrace trace is currently hidden in a header that the reader hides from analysis tools. Here we add a new marker type that exports the version number so that analysis tools can handle legacy traces. Adds version awareness to the view tool. Tested by manually running the view tool: $ bin64/drrun -t drcachesim -verbose 3 -- suite/tests/bin/allasm_repstr ::4152878.4152878:: marker type 12 value 2 ::4152878.4152878:: marker type 9 value 64 ::4152878.4152878:: marker type 10 value 64 ... $ bin64/drrun -t drcachesim -offline -- suite/tests/bin/allasm_repstr $ bin64/drrun -t drcachesim -simulator_type view -indir drmemtrace.allasm_repstr.*.dir <marker: version 2> <marker: filetype 40> <marker: cache line size 64> <marker: timestamp 13269494545173426> <marker: tid 4152931 on core 2> 0x0000000000401000 48 83 e4 f0 and $0xf0, %rsp ... Issue: #4274
- Loading branch information
1 parent
af9cea0
commit 6b55601
Showing
7 changed files
with
47 additions
and
20 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
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