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

Pkeller/memmap profiler #12067

Merged
merged 6 commits into from
Sep 16, 2024
Merged

Pkeller/memmap profiler #12067

merged 6 commits into from
Sep 16, 2024

Commits on Sep 16, 2024

  1. #4984: Update storage core addr to mailbox base

    Storage cores used to include mailboxes for the L1 barrier
    L1 barrier is no longer in the mailboxes, so update the base
    address to the base of the mailboxes
    pgkeller committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    9f37e58 View commit details
    Browse the repository at this point in the history
  2. #0: Fix ND hang in test_prefetcher w/ -spre -sdis

    With split prefetcher/dispatcher the downstream component sets the MSB of the
    credit a terminate signal.  The credit balancing wait waited for the credits to
    match the expected credits but didn't account for the terminate signal.  This
    would result in a hang if the downstream component finished before the upstream
    omponent (which should be and was rare).
    pgkeller committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    c4f666e View commit details
    Browse the repository at this point in the history
  3. #4984: Move profiler buffers to mailboxes

    And out of the common runtime address map
    pgkeller committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    8e1aed7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5000574 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    648cd4e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ff6513d View commit details
    Browse the repository at this point in the history