]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
tools/resolve_btfids: Switch to new btf__type_cnt API
authorHengqi Chen <hengqi.chen@gmail.com>
Fri, 22 Oct 2021 13:06:21 +0000 (21:06 +0800)
committerAndrii Nakryiko <andrii@kernel.org>
Fri, 22 Oct 2021 23:09:14 +0000 (16:09 -0700)
commit2d8f09fafc6351d77f724c208c8168d2512d5478
tree671b19e4643ad0c7c138a3a1d58fde62986975cf
parent2502e74bb5f9a49c5cd50dd365fc699a7d50daed
tools/resolve_btfids: Switch to new btf__type_cnt API

Replace the call to btf__get_nr_types with new API btf__type_cnt.
The old API will be deprecated in libbpf v0.7+. No functionality
change.

Signed-off-by: Hengqi Chen <hengqi.chen@gmail.com>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20211022130623.1548429-4-hengqi.chen@gmail.com
tools/bpf/resolve_btfids/main.c