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
Unless I'm missing something, it seems like pahole --btf_encode_detached doesn't export all the global variables
--btf_encode_detached
$ ../pahole_git/build/pglobal -v vmlinux-5.8.0-53-generic | sed '/^$/d' | wc -l 26843 $ ../pahole_git/build/pahole --btf_encode_detached vmlinux-5.8.0-53.btf vmlinux-5.8.0-53-generic $ ../pahole_git/build/pglobal -v vmlinux-5.8.0-53.btf | sed '/^$/d' | wc -l 90
$ cd ../pahole_git $ git rev-parse --short HEAD de24234
The text was updated successfully, but these errors were encountered:
It doesn't, see this thread for a discussion about including them all:
https://lore.kernel.org/all/[email protected]/T/#u
Sorry, something went wrong.
No branches or pull requests
Unless I'm missing something, it seems like pahole
--btf_encode_detached
doesn't export all the global variables$ cd ../pahole_git $ git rev-parse --short HEAD de24234
The text was updated successfully, but these errors were encountered: