BCC parameters on stack #4630
Unanswered
pkropachev
asked this question in
Q&A
Replies: 1 comment
-
|
Use macro |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
Just to familiar with BCC I'm tracing (kprobe) the function of Intel Wi-Fi driver. Function takes quite a lot of parameters. During attempt to run BCC program using Python I get the following error:
With
bpftraceI can usesargXto get arguments out of CPU registers.Could you please advice how I can get value of arguments located out of CPU registers?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions