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
I’m encountering an issue while writing an eBPF program. When I use bpf_get_stack or bpf_get_stackid, they return -14. However, on another machine with the same kernel version (4.18) but a different operating system (4.18.0-193 vs 4.18.0-348), I can successfully retrieve stack information.
Could you please help me identify whether the problem lies in my code or if it’s related to the operating system? If it’s an OS-related issue, what methods can I use to confirm this?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello everyone,
I’m encountering an issue while writing an eBPF program. When I use bpf_get_stack or bpf_get_stackid, they return -14. However, on another machine with the same kernel version (4.18) but a different operating system (4.18.0-193 vs 4.18.0-348), I can successfully retrieve stack information.
Could you please help me identify whether the problem lies in my code or if it’s related to the operating system? If it’s an OS-related issue, what methods can I use to confirm this?
code:
Beta Was this translation helpful? Give feedback.
All reactions