bpftool icon indicating copy to clipboard operation
bpftool copied to clipboard

Print error and exit instead of diplaying an empty map for unsupported map types

Open qmonnet opened this issue 2 years ago • 0 comments

See discussion in https://github.com/libbpf/bpftool/issues/54.

No need to display an empty maps for types for which we know we can't display anything - apparently the BPF ring buffer, likely the perf event array maps too, maybe a few others. Bpftool should just tell it cannot dump these types.

qmonnet avatar Jun 29 '23 12:06 qmonnet