On 09/19/16 at 01:13pm, Alexei Starovoitov wrote: > as far as bpf debuggability/visibility there are various efforts on the way: > for kernel side: > - ksym for jit-ed programs > - hash sum for prog code > - compact type information for maps and various pretty printers > - data flow analysis of the programs
We made a generic map tool available here as well: https://github.com/cilium/cilium/blob/master/bpf/go/map_ctrl.go