Re: [PATCH v3 bpf-next 0/4] add btf dumping to bpftool

2019-04-25 Thread Andrii Nakryiko
On Thu, Apr 25, 2019 at 12:20 PM Quentin Monnet wrote: > > 2019-04-25 09:55 UTC-0700 ~ Andrii Nakryiko > > This patch set adds a new `bpftool btf dump` sub-command, which allows to > > dump > > BTF contents (only types for now). Currently it only outputs low-level > > content, almost 1:1 with bi

Re: [PATCH v3 bpf-next 0/4] add btf dumping to bpftool

2019-04-25 Thread Quentin Monnet
2019-04-25 09:55 UTC-0700 ~ Andrii Nakryiko This patch set adds a new `bpftool btf dump` sub-command, which allows to dump BTF contents (only types for now). Currently it only outputs low-level content, almost 1:1 with binary BTF format, but follow up patches will add ability to dump BTF types a