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

WIP: Initial attempt for eh_frame based stack unwinding in eBPF #150

Closed
wants to merge 6 commits into from

Commits on Nov 30, 2021

  1. Initial try for ebpf stack unwinding

    Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
    kakkoyun committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    c85b479 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2021

  1. Split simple cpu profiling and cpu profiling with unwinding

    Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
    kakkoyun committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    31aa1a6 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. Fix communication issues with kernel space

    Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
    kakkoyun committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    3b5e6e6 View commit details
    Browse the repository at this point in the history
  2. Send eh_frame of all mappings

    Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
    kakkoyun committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    45a791b View commit details
    Browse the repository at this point in the history
  3. Add debug prints back

    Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
    kakkoyun committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    a2824d7 View commit details
    Browse the repository at this point in the history
  4. Remove build id flag

    Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
    kakkoyun committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    8e02f0a View commit details
    Browse the repository at this point in the history