You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you can see above, even without using --flat_arrays, the arrays are flattened.
Tested with the latest repo changes
$ cd ../pahole_git
$ git rev-parse --short HEAD
de24234
The text was updated successfully, but these errors were encountered:
gcmoreira
changed the title
Arrays are flattened when --btf_encode_detached is used
Arrays are flattened when pahole --btf_encode_detached is used
Sep 12, 2022
The array member has not been flattened yet.
Let's detach the BTF to the
struct_foo.btf
fileAs you can see above, even without using
--flat_arrays
, the arrays are flattened.Tested with the latest repo changes
The text was updated successfully, but these errors were encountered: