bpf_loop or bpf_for_each_map_elem in bcc #5341
Unanswered
SilverPlate3
asked this question in
Q&A
Replies: 1 comment
-
|
The callback function is not supported for bcc tools. But you can try with libbpf-tools which supports callback functions. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to use on of bpf_loop() or bpf_for_each_map_elem() in bcc?
As it copmiles but can't pass the versifier
Example code:
Verifier error:
If yes how? Any example?
If not, why?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions