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

Peform table-based translation of runtime event names and tags #44

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Apr 5, 2024

  1. Add a shim for Runtime_events

    - This allows for reading in and mapping names using name tables
    
    - This also allows for different event sources than the Runtime_events API itself, e.g. for streaming
    eutro committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    7faf814 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bebe320 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Map tags from the table as well

    - Fixes a bug in gc-stats where profiling a program on a newer OCaml version would yield incorrect results, due to `EV_STW_LEADER` and `EV_INTERRUPT_REMOTE` being offset
    eutro committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    7f8943b View commit details
    Browse the repository at this point in the history
  2. Actually map -1 to none

    eutro committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    0f57ef8 View commit details
    Browse the repository at this point in the history