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
We briefly mention iterator programs in https://docs.ebpf.io/linux/program-type/BPF_PROG_TYPE_TRACING/#iterator but what we currently have does not do it justice. This section could use some attention. In particular an enumeration of the different things we can iterate over, and the special way in which iterators are actually used (essentially custom pseudo files where contents are generated by eBPF).
We briefly mention iterator programs in https://docs.ebpf.io/linux/program-type/BPF_PROG_TYPE_TRACING/#iterator but what we currently have does not do it justice. This section could use some attention. In particular an enumeration of the different things we can iterate over, and the special way in which iterators are actually used (essentially custom pseudo files where contents are generated by eBPF).
https://lore.kernel.org/bpf/[email protected]/
https://lore.kernel.org/bpf/[email protected]/
The text was updated successfully, but these errors were encountered: