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

Add introduction guide for profiling with eBPF and a simple project #110

Open
maxgio92 opened this issue Oct 5, 2024 · 1 comment
Open

Comments

@maxgio92
Copy link

maxgio92 commented Oct 5, 2024

Hello,
I wrote an introduction guide to profiling leveraging frame pointers with eBPF [1]. The guide references a simple profiler I wrote [2] for learning purposes, and it's part two of a series [3] about profiling with frame pointers.

Because there are a lot of excellent profilers but at that time I wanted to write a simple one to study, I named it Yet Another Profiler (YAP). The profiler supports as of now ELF binaries that are not stripped, and that are compiled with frame pointers.

The guide [1] and the project [2] could be a companion for people willing to learn in this field of observability and eBPF.
Let me know what you think :-)
Thank you.

[1] https://blog.maxgio.me/posts/unleashing-power-frame-pointers-writing-simple-continuous-profiler/
[2] https://github.com/maxgio92/yap
[3] https://blog.maxgio.me/posts/unleashing-power-frame-pointers-execution-environment/

@qmonnet
Copy link
Collaborator

qmonnet commented Oct 29, 2024

Hi, sorry for the delay, I meant to reply and then it slipped out of my mind.

The blog posts are interesting, nice! I'm OK to add a link if you're willing to do a PR. I would maybe not add a link to the GitHub repo itself, given that it's linked from the blog posts already.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants