On 02/26, Andrey Ignatov wrote: > drgn is a debugger that reads kernel memory and uses DWARF to get types > and symbols. See [1], [2] and [3] for more details on drgn. > > Since drgn operates on kernel memory it has access to kernel internals > that user space doesn't. It allows to get extended info about various > kernel data structures. > > Introduce bpf.py drgn script to list BPF programs and maps and their > properties unavailable to user space via kernel API. Any reason this is not pushed to https://github.com/osandov/drgn/ ? I have a bunch of networking helpers for drgn as well, but I was thinking about contributing them to the drgn github, not the kernel. IMO, seems like a better place to consolidate all drgn stuff.