-
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.
Fix raw2trace missing encoding error for filtered traces
Fixes a corner case for filtered traces in the raw2trace delayed branch logic that affected how encodings were written. Adds a missing increment of the ordinal into the decode_pcs array for zero sized instr entries, since the decode_pcs include such instrs too. Adds a raw2trace_unit_test for filtered traces.
- Loading branch information
1 parent
63c701b
commit 1e2a411
Showing
2 changed files
with
140 additions
and
15 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