]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
perf tools: Sync hashmap.h with libbpf's
authorArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 17 Jul 2020 12:35:18 +0000 (09:35 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 17 Jul 2020 12:35:18 +0000 (09:35 -0300)
commit94fddb7ad019ad9f14d33cd0a6cd159a52a082b8
tree79db3a3f234b73405b5580036b710b3dc0dc91ca
parenta2db71b9123492e67210985867b332db09eec0cf
perf tools: Sync hashmap.h with libbpf's

To pick up the changes in:

  b2f9f1535bb9 ("libbpf: Fix libbpf hashmap on (I)LP32 architectures")

Silencing this warning:

  Warning: Kernel ABI header at 'tools/perf/util/hashmap.h' differs from latest version at 'tools/lib/bpf/hashmap.h'
  diff -u tools/perf/util/hashmap.h tools/lib/bpf/hashmap.h

I'll eventually update the warning to remove the "Kernel ABI" part
and instead state libbpf when noticing that the original is at
"tools/lib/something".

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Alexei Starovoitov <ast@kernel.org>
Cc: Andrii Nakryiko <andriin@fb.com>
Cc: Jakub Bogusz <qboosh@pld-linux.org>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Ian Rogers <irogers@google.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/hashmap.h