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

Commits on Mar 7, 2024

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

    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 committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    82da947 View commit details
    Browse the repository at this point in the history
  2. Mark record_reader_t::init virtual (was in combined tree; forgot to p…

    …ull into this separate PR)
    derekbruening committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    e472111 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    f5fb06e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71428d2 View commit details
    Browse the repository at this point in the history