Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repeat drmemtrace physical address markers in new chunks #6654

Open
derekbruening opened this issue Feb 15, 2024 · 1 comment
Open

Repeat drmemtrace physical address markers in new chunks #6654

derekbruening opened this issue Feb 15, 2024 · 1 comment

Comments

@derekbruening
Copy link
Contributor

We have two marker types which are not output for every address record they correspond to (if the virtual-to-physical mapping hasn't changed) which we do not repeat across chunks and which would thus be missing on a fast skip: TRACE_MARKER_TYPE_PHYSICAL_ADDRESS and TRACE_MARKER_TYPE_PHYSICAL_ADDRESS_NOT_AVAILABLE. We need both raw2trace and record_filter to repeat these in the same way they repeat encoding records.

@derekbruening
Copy link
Contributor Author

This was part of the skip feature issue #5538 but filing here for a dedicated issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant