redbpf
redbpf copied to clipboard
Support for BPF_ITER
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.
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.