]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
perf annotate: Fix build on 32 bit for BPF annotation
authorThadeu Lima de Souza Cascardo <cascardo@canonical.com>
Wed, 3 Apr 2019 19:44:52 +0000 (16:44 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 2 May 2019 20:00:19 +0000 (16:00 -0400)
commit01e985e900d3e602e9b1a55372a8e5274012a417
tree02b9332936de2921854adc9f54d1ebb092db8a4d
parent24e45b49eef07814e0507507161cd06f15b8ee1b
perf annotate: Fix build on 32 bit for BPF annotation

Commit 6987561c9e86 ("perf annotate: Enable annotation of BPF programs") adds
support for BPF programs annotations but the new code does not build on 32-bit.

Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@canonical.com>
Acked-by: Song Liu <songliubraving@fb.com>
Fixes: 6987561c9e86 ("perf annotate: Enable annotation of BPF programs")
Link: http://lkml.kernel.org/r/20190403194452.10845-1-cascardo@canonical.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/annotate.c