]> asedeno.scripts.mit.edu Git - linux.git/commit
libbpf: Expose BTF-to-C type declaration emitting API
authorAndrii Nakryiko <andriin@fb.com>
Sat, 14 Dec 2019 01:43:31 +0000 (17:43 -0800)
committerAlexei Starovoitov <ast@kernel.org>
Sun, 15 Dec 2019 23:58:05 +0000 (15:58 -0800)
commit9f81654eebe8de7e0db15534816d8f6c84b2e1e5
treef3ec70c140ca6c5711ade0e0e81d12b9a4c9ac5e
parent3d208f4ca111a614903f49d5a77b93ddc6de294e
libbpf: Expose BTF-to-C type declaration emitting API

Expose API that allows to emit type declaration and field/variable definition
(if optional field name is specified) in valid C syntax for any provided BTF
type. This is going to be used by bpftool when emitting data section layout as
a struct. As part of making this API useful in a stand-alone fashion, move
initialization of some of the internal btf_dump state to earlier phase.

Signed-off-by: Andrii Nakryiko <andriin@fb.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Acked-by: Martin KaFai Lau <kafai@fb.com>
Link: https://lore.kernel.org/bpf/20191214014341.3442258-8-andriin@fb.com
tools/lib/bpf/btf.h
tools/lib/bpf/btf_dump.c
tools/lib/bpf/libbpf.map