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
Tejun Heo authored the following program using BCC's Python bindings: https://gist.github.com/danielocfb/a294ed6125ac2140d36cad2b6f67a8af. It would be good to convert that to Rust & libbpf-rs and add it as another more comprehensive example. Feel free to grab this issue if you are interested in doing the conversion. For stack symbolization, the recommendation would be to use blazesym.
The text was updated successfully, but these errors were encountered:
Tejun Heo authored the following program using BCC's Python bindings: https://gist.github.com/danielocfb/a294ed6125ac2140d36cad2b6f67a8af. It would be good to convert that to Rust &
libbpf-rs
and add it as another more comprehensive example. Feel free to grab this issue if you are interested in doing the conversion. For stack symbolization, the recommendation would be to useblazesym
.The text was updated successfully, but these errors were encountered: