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 try for .eh_frame/.debug_frame based stack unwinding using eBPF #346

Closed
wants to merge 2 commits into from

Commits on Apr 21, 2022

  1. Initial try for ebpf stack unwinding

    Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
    
    Split simple cpu profiling and cpu profiling with unwinding
    
    Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
    
    Fix communication issues with kernel space
    
    Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
    
    Send eh_frame of all mappings
    
    Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
    
    Add debug prints back
    
    Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
    
    Remove build id flag
    
    Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
    
    Use fork of delve, rather than vendoring a single package
    
    Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
    kakkoyun committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    a99aa89 View commit details
    Browse the repository at this point in the history
  2. Fix rebasing issues

    Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
    kakkoyun committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    2e8c890 View commit details
    Browse the repository at this point in the history