-
Notifications
You must be signed in to change notification settings - Fork 561
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i#6712: Add record_scheduler_t support for replay-as-traced
Adds record_scheduler_t (for the record_filter tool) support for replaying as-traced. The key change here is having record_reader_t increment the instruction ordinal on an encoding record instead of an instruction record. This avoids splitting encodings from instructions when operating at instrution boundaries in the scheduler (during replay, but this would also affect skipping for scheduler regions of interest). Adds a test of record_filter on the checked-in threadsig trace in as-traced replay mode. Fixes #6712
- Loading branch information
1 parent
b2e6177
commit 924445a
Showing
4 changed files
with
40 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Output .* entries from .* entries. | ||
Schedule stats tool results: | ||
.* | ||
Core #0 schedule: .* | ||
Core #1 schedule: .* | ||
Core #2 schedule: .* |
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