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

jefe: add counters to Jefe's ringbufs #1636

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Commits on Feb 28, 2024

  1. jefe: add counters to Jefe's ringbufs

    Currently, Jefe has a few ringbufs that are quite small. This means that
    events may drop off the back of these ringbuffers. This commit updates
    these ringbufs to also count events, so that we can track the total
    number of times that various things have happened in Jefe.
    hawkw committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    68dae1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba922ff View commit details
    Browse the repository at this point in the history
  3. also embiggen donglet jefes

    hawkw committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    8dc29ca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cc4094b View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    45e8917 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1dc493e View commit details
    Browse the repository at this point in the history