]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
perf bpf_map: Remove unused code
authorIan Rogers <irogers@google.com>
Sat, 7 Feb 2026 08:24:27 +0000 (00:24 -0800)
committerNamhyung Kim <namhyung@kernel.org>
Fri, 13 Mar 2026 21:26:28 +0000 (14:26 -0700)
commit5cd621dead2b1fe71afa723f73904242a1bd01a8
treef5ef535948bb9f3f50b7817ee67859a5685e9edd
parent2907fd820b8f1e4563ecd624989fd5a4db479c2f
perf bpf_map: Remove unused code

bpf_map__fprintf is unused so delete it, the header file declaring it
and the now unused static helper functions.

Signed-off-by: Ian Rogers <irogers@google.com>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/perf/builtin-trace.c
tools/perf/util/Build
tools/perf/util/bpf_map.c [deleted file]
tools/perf/util/bpf_map.h [deleted file]