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

Adding eBPF profiler support #111

Closed
anthonyalayo opened this issue Jul 13, 2020 · 1 comment
Closed

Adding eBPF profiler support #111

anthonyalayo opened this issue Jul 13, 2020 · 1 comment
Labels
question Further information is requested

Comments

@anthonyalayo
Copy link

Hi there,

I was reading the PR here: #69

And i was wondering what is the process for "adding multiple profilers"?

If I knew some place to start, I could give adding eBPF a shot.

Thanks in advance,
Anthony

@spiermar spiermar added the question Further information is requested label Oct 14, 2021
@spiermar
Copy link
Contributor

Hi @anthonyalayo! I'm finally returning to the project. The challenge with BPF is the different output formats. Depending on what frontend you are using, and script, output will be completely different. Long time ago, when we were discussing this issue, the consensus was to implement a nflxprofile (or other know format) output option on BPF, so it could be loaded directly or converted prior to loading.
A few bcc tools output in folded format already, which is not useful for flamescope, since it doesn't contain a time dimension.
I'll close this for now, since it has been a long time, but if you're still interested in pursuing this (or have already developed something), please reopen.

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

No branches or pull requests

2 participants