From: Andrii Nakryiko Date: Fri, 22 Oct 2021 23:09:15 +0000 (-0700) Subject: Merge branch 'libbpf: Add btf__type_cnt() and btf__raw_data() APIs' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=59f2a29c04128a46df0031d4deb4c4b07c5edcea;p=linux.git 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 --- 59f2a29c04128a46df0031d4deb4c4b07c5edcea