Skip to content

Commit

Permalink
btfdiff: Exclude Rust CUs since those are not yet being converted to …
Browse files Browse the repository at this point in the history
…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>
  • Loading branch information
acmel committed Feb 16, 2023
1 parent 1231b6b commit 431df45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions btfdiff
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 431df45

Please sign in to comment.