Merge branch 'libbpf: Add btf__type_cnt() and btf__raw_data() APIs'
authorAndrii Nakryiko <andrii@kernel.org>
Fri, 22 Oct 2021 23:09:15 +0000 (16:09 -0700)
committerAndrii Nakryiko <andrii@kernel.org>
Fri, 22 Oct 2021 23:09:15 +0000 (16:09 -0700)
commit59f2a29c04128a46df0031d4deb4c4b07c5edcea
treeb2c6ec554b4b21bb648bf273b9acbd215fc9f813
parent1000298c76830bc291358e98e8fa5baa3baa9b3a
parent487ef148cf17730442444c07a4c56f16578ec73e
Merge branch 'libbpf: Add btf__type_cnt() and btf__raw_data() APIs'

Hengqi Chen says:

====================

Add btf__type_cnt() and btf__raw_data() APIs and deprecate
btf__get_nr_type() and btf__get_raw_data() since the old APIs
don't follow libbpf naming convention. Also update tools/selftests
to use these new APIs. This is part of effort towards libbpf v1.0

v1->v2:
 - Update commit message, deprecate the old APIs in libbpf v0.7 (Andrii)
 - Separate changes in tools/ to individual patches (Andrii)
====================

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>