]> git.ipfire.org Git - thirdparty/linux.git/commit
perf annotate: Fix BUILD_NONDISTRO=1 missing args->ms conversions to pointer
authorArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 26 Jan 2026 20:25:00 +0000 (17:25 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 26 Jan 2026 21:21:15 +0000 (18:21 -0300)
commitdda5f926a1006c735b00ed5c27291fce64236656
tree7f477ec0910888ce00ea0efd8d328e1db3bbf87e
parent9966b382d06733f7467484bb440d6db68b743207
perf annotate: Fix BUILD_NONDISTRO=1 missing args->ms conversions to pointer

Fix a few missing conversions to pointer in the usage of 'struct
annotate_args' 'ms' member in symbol__disassemble_bpf_libbfd().

Fixes: 00419892bac28bf1 ("perf annotate: Fix args leak of map_symbol")
Reviewed-by: Ian Rogers <irogers@google.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/libbfd.c