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

*: Initial eBPF tracing support #2625

Merged
merged 10 commits into from
Jul 31, 2021
Merged

Commits on Jul 27, 2021

  1. *: Update deps

    derekparker committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    454bbda View commit details
    Browse the repository at this point in the history
  2. pkg/proc: Implement eBPF based tracing

    This patch implements eBPF tracing, replacing the ptrace version.
    
    The result is far less overhead compared to ptrace based tracing.
    derekparker committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    0cefa4f View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2021

  1. pkg/proc: Review feedback

    derekparker committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    33a6823 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1904a8e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f8cb19 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    351667e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a2bb559 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    60b0ae7 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2021

  1. Configuration menu
    Copy the full SHA
    32c2ec5 View commit details
    Browse the repository at this point in the history
  2. *: Ignore .o binary files

    derekparker committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    b007ad0 View commit details
    Browse the repository at this point in the history