aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2023-02-16 09:20:40 -0300
committerArnaldo Carvalho de Melo <acme@redhat.com>2023-02-16 09:20:40 -0300
commit431df45378ef00f33bb0f00efa1b9350a5ea62a3 (patch)
treed42bdba490d3ec5d14cc5d3555d173cc7852129a
parent1231b6b9b4d88e0084bef4254eb1a05eb9935c99 (diff)
downloadpahole-431df45378ef00f33bb0f00efa1b9350a5ea62a3.tar.gz
btfdiff: Exclude Rust CUs since those are not yet being converted to BTF on the Linux kernel
Remove that as soon as we support BTF for Rust. Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
-rwxr-xr-xbtfdiff1
1 files changed, 1 insertions, 0 deletions
diff --git a/btfdiff b/btfdiff
index cbdf6528..22121b0f 100755
--- a/btfdiff
+++ b/btfdiff
@@ -30,6 +30,7 @@ ${pahole_bin} -F dwarf \
--suppress_aligned_attribute \
--suppress_force_paddings \
--suppress_packed \
+ --lang_exclude rust \
--show_private_classes $dwarf_input > $dwarf_output
${pahole_bin} -F btf \
--sort \