We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pahole
Note: see as well the pahole Rust cases: https://github.com/Rust-for-Linux/pahole-rust-cases.
Support DW_TAG_variant_part.
DW_TAG_variant_part
⬢[acme@toolbox linux]$ pahole -C '<kernel::str::RawFormatter as core::fmt::Write>::{vtable_type}' ../build/rust-kernel/rust/kernel.o die__process_class: tag not supported 0x33 (variant_part) at <14f43>! struct <kernel::str::RawFormatter as core::fmt::Write>::{vtable_type} { () * drop_in_place __attribute__((__aligned__(8))); /* 0 8 */ usize size __attribute__((__aligned__(8))); /* 8 8 */ usize align __attribute__((__aligned__(8))); /* 16 8 */ () * __method3 __attribute__((__aligned__(8))); /* 24 8 */ () * __method4 __attribute__((__aligned__(8))); /* 32 8 */ () * __method5 __attribute__((__aligned__(8))); /* 40 8 */ /* size: 48, cachelines: 1, members: 6 */ /* forced alignments: 6 */ /* last cacheline: 48 bytes */ } __attribute__((__aligned__(8)));
Support BTF for Rust.
Do --lang_exclude CU filtering earlier.
--lang_exclude
Support DW_TAG_template_type_param.
DW_TAG_template_type_param
Support reordering of fields.
Support --lang and --lang_exclude.
--lang
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Note: see as well the
pahole
Rust cases: https://github.com/Rust-for-Linux/pahole-rust-cases.Features that we would like to see
Required (we almost certainly want them)
Support
DW_TAG_variant_part
.Support BTF for Rust.
Nice to have (not critical, we could workaround if needed, etc.)
Low priority (we will likely not use them in the end)
Done (stabilized, fixed, not needed anymore, etc.)
Do
--lang_exclude
CU filtering earlier.Support
DW_TAG_template_type_param
.Support reordering of fields.
Support
--lang
and--lang_exclude
.Bugs that we would like to see fixed
Required (we almost certainly want them)
Nice to have (probably not critical, we could workaround if needed, etc.)
Low priority (we will likely not use them in the end)
Done (stabilized, fixed, or not needed anymore, etc.)
The text was updated successfully, but these errors were encountered: