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

i#6635 core filter, part 3: record_scheduler_t switch boundaries #6695

Merged
merged 4 commits into from
Mar 8, 2024

Conversation

derekbruening
Copy link
Contributor

For record_scheduler_t, context switch on encoding boundaries instead of instruction boundaries to avoid splitting up encodings from their instructions.

We end up not supporting unread_last_record() for record_scheduler_t as we do not have the pre-prev record to identify a first encoding in a sequence.

Adds a unit test.

Inserting synthetic tid,pid records so the switches are actually visible will be added separately.

Issue: #6635

For record_scheduler_t, context switch on encoding boundaries instead
of instruction boundaries to avoid splitting up encodings from their
instructions.

We end up not supporting unread_last_record() for record_scheduler_t
as we do not have the pre-prev record to identify a first encoding in
a sequence.

Adds a unit test.

Inserting synthetic tid,pid records so the switches are actually
visible will be added separately.

Issue: #6635
@derekbruening derekbruening merged commit 6befc0b into master Mar 8, 2024
16 checks passed
@derekbruening derekbruening deleted the i6635-record-sched-encode-bound branch March 8, 2024 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants