You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems to work correctly with C programs, but not Rust programs.
If I'm right it's due to te difference in debug symbols (cause it kinda works but not 100% the way its suppose to).
I can see the most outer funcs, but not the ones inside them.
So if I have a->b->c I will only see a and then some systemcalls in the reslting flamegraph.
If it wac a C program a->b->c would be present just as expected.
Is there a known workaround?
If no, then what is responsible for getting debug sybmols?
What part of the code should I change if any?
The text was updated successfully, but these errors were encountered:
alexxdgfyuih8oyl76r5t4g
changed the title
How to make offcputime and similar tools work for Rust?
How to make offcputime and similar tools work withRust?
Feb 4, 2025
alexxdgfyuih8oyl76r5t4g
changed the title
How to make offcputime and similar tools work withRust?
How to make offcputime and similar tools work with Rust?
Feb 4, 2025
I need to get
bcc
tools to work withRust
.It seems to work correctly with C programs, but not Rust programs.
If I'm right it's due to te difference in debug symbols (cause it kinda works but not 100% the way its suppose to).
I can see the most outer funcs, but not the ones inside them.
So if I have
a->b->c
I will only seea
and then some systemcalls in the reslting flamegraph.If it wac a C program
a->b->c
would be present just as expected.Is there a known workaround?
If no, then what is responsible for getting debug sybmols?
What part of the code should I change if any?
The text was updated successfully, but these errors were encountered: