libbpf: fix up global symbol counting logic
authorAndrii Nakryiko <andrii@kernel.org>
Wed, 18 May 2022 18:59:13 +0000 (11:59 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Thu, 19 May 2022 16:03:31 +0000 (09:03 -0700)
commit056431ae4d790efd0372c1daf93569fdd2814190
treeac29a791bc81d31211b185415a22b1e6ddf653ae
parent70a1b25326dd77e145157ccf1a31c1948032eec4
libbpf: fix up global symbol counting logic

Add the same negative ABS filter that we use in VERSIONED_SYM_COUNT to
filter out ABS symbols like LIBBPF_0.8.0.

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/r/20220518185915.3529475-2-andrii@kernel.org
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
tools/lib/bpf/Makefile