redbpf icon indicating copy to clipboard operation
redbpf copied to clipboard

Support for BPF_ITER

Open andrewrynhard opened this issue 4 years ago • 1 comments

This is a newer feature in eBPF, but is immensely powerful. See https://github.com/iovisor/bcc/blob/master/docs/reference_guide.md#12-bpf-iterators.

andrewrynhard avatar May 13 '21 14:05 andrewrynhard

A feature of BPF iterators for task has been added to redbpf by #200 Other data structures like task_file, ipv6_route, netlink, bpf_map, tcp, udp are not implemented yet. But they can be easily implemented soon.

rhdxmr avatar Oct 18 '21 03:10 rhdxmr