Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: coder/exectrace
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.0
Choose a base ref
...
head repository: coder/exectrace
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 8 commits
  • 49 files changed
  • 3 contributors

Commits on Jan 24, 2022

  1. add ebpf-required config (#6)

    * add ebpf-required config
    
    * update README.md
    
    Co-authored-by: Dean Sheather <dean@coder.com>
    
    * update README.md
    
    Co-authored-by: Dean Sheather <dean@coder.com>
    
    Co-authored-by: Dean Sheather <dean@coder.com>
    ericpaulsen and deansheather authored Jan 24, 2022
    Configuration menu
    Copy the full SHA
    68a42f8 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Configuration menu
    Copy the full SHA
    be3c50a View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Configuration menu
    Copy the full SHA
    514b389 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    b558430 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5abf307 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    576cd8e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3bccbf9 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. feat: send logs to userspace + revamp (#14)

    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.
    
    Adds more tests as well as ebpf benchmarks.
    deansheather authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    cbef761 View commit details
    Browse the repository at this point in the history
Loading