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

feat: send logs to userspace + revamp #14

Merged
merged 13 commits into from
Apr 16, 2024
Merged

feat: send logs to userspace + revamp #14

merged 13 commits into from
Apr 16, 2024

Commits on Apr 12, 2024

  1. feat: send logs to userspace + revamp

    Update bpf_printk statements to be also sent to userspace so they can be
    logged alongside events. All log lines are considered errors and should
    be checked (unless running a debug eBPF binary).
    
    Revamps the CO-RE reads that were performed in the eBPF code to use
    slimmer types and to use BPF helper macros for readability.
    deansheather committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    62a07fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9e00ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    15230a8 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    f81cbb9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b6c40a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b78a82 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f6621ae View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    87fa3fb View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    c66d736 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ea95cf View commit details
    Browse the repository at this point in the history
  3. Revert "Change logs to be formatted in-kernel"

    This reverts commit 3ea95cf.
    deansheather committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    05e49aa View commit details
    Browse the repository at this point in the history
  4. Logs cleanup

    deansheather committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    aaaf4b9 View commit details
    Browse the repository at this point in the history
  5. fixup! Logs cleanup

    deansheather committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    6fe6c3e View commit details
    Browse the repository at this point in the history