commit | ae4ab4b4117d23da49f04a7e1fe82a41e6074eeb | [log] [tgz] |
---|---|---|
author | Andrii Nakryiko <andriin@fb.com> | Fri Feb 08 11:19:38 2019 -0800 |
committer | Alexei Starovoitov <ast@kernel.org> | Fri Feb 08 12:04:13 2019 -0800 |
tree | ad5082a6f997ab16fadfbea5fb31f457d04e7eda | |
parent | 02c874460f3d9213096323ac8a937fb486a4e70d [diff] |
btf: expose API to work with raw btf_ext data This patch changes struct btf_ext to retain original data in sequential block of memory, which makes it possible to expose btf_ext__get_raw_data() interface similar to btf__get_raw_data(), allowing users of libbpf to get access to raw representation of .BTF.ext section. Signed-off-by: Andrii Nakryiko <andriin@fb.com> Acked-by: Yonghong Song <yhs@fb.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org>