]> git.baikalelectronics.ru Git - kernel.git/commit
btf: expose API to work with raw btf data
authorAndrii Nakryiko <andriin@fb.com>
Fri, 8 Feb 2019 19:19:37 +0000 (11:19 -0800)
committerAlexei Starovoitov <ast@kernel.org>
Fri, 8 Feb 2019 20:04:13 +0000 (12:04 -0800)
commit27212427b1f1ba409eca6609073919979233ae51
treee84c8a26ea0d7a4c727941f358572d7ea6f5afcb
parent1f9d34bba70a6bc6c0c8e7ccb878acde7e98d5f2
btf: expose API to work with raw btf data

This patch exposes new API btf__get_raw_data() that allows to get a copy
of raw BTF data out of struct btf. This is useful for external programs
that need to manipulate raw data, e.g., pahole using btf__dedup() to
deduplicate BTF type info and then writing it back to file.

Signed-off-by: Andrii Nakryiko <andriin@fb.com>
Acked-by: Song Liu <songliubraving@fb.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
tools/lib/bpf/btf.c
tools/lib/bpf/btf.h
tools/lib/bpf/libbpf.map