perf tools: Update copy of libbpf's hashmap.c
authorArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 11 Sep 2023 13:28:50 +0000 (10:28 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 11 Sep 2023 13:31:02 +0000 (10:31 -0300)
commita6e414a4cb5ab320747b913b0897d1159fa978eb
tree1b5930a44a1a40b4f4b49fbded5d9258d0d91182
parent0bb80ecc33a8fb5a682236443c1e740d5c917d1d
perf tools: Update copy of libbpf's hashmap.c

To pick the changes in:

  a3e7e6b17946f48b ("libbpf: Remove HASHMAP_INIT static initialization helper")

That don't entail any changes in tools/perf.

This addresses this perf build warning:

  Warning: Kernel ABI header differences:
    diff -u tools/perf/util/hashmap.h tools/lib/bpf/hashmap.h

Not a kernel ABI, its just that this uses the mechanism in place for
checking kernel ABI files drift.

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/hashmap.h