lizrice / learning-ebpf

Learning eBPF, published by O'Reilly - out now! Here's where you'll find a VM config for the examples, and more
https://www.amazon.com/Learning-eBPF-Programming-Observability-Networking/dp/1098135121
Apache License 2.0
1.19k stars 255 forks source link

chapter3 JIT-Compiled Machine Code #31

Closed LikeTheWindGone closed 1 year ago

LikeTheWindGone commented 1 year ago

when I use

bpftool prog dump jited name hello

to see JITed code in assembly language a error occurred:

Error: No JIT disassembly support

how to solve that?

LikeTheWindGone commented 1 year ago

my question has been replied: https://github.com/libbpf/bpftool/issues/112