pahole
$ pahole collapse_control
struct collapse_control {
bool is_khugepaged; /* 0 1 */
/* XXX 3 bytes hole, try to pack */
u32 node_load[1024]; /* 4 4096 */
/* XXX 4 bytes hole, try to pack */
/* --- cacheline 64 boundary (4096 bytes) was 8 bytes ago --- */
nodemask_t alloc_nmask; /* 4104 128 */
/* size: 4232, cachelines: 67, members: 3 */
/* sum members: 4225, holes: 2, sum holes: 7 */
/* last cacheline: 8 bytes */
};Last updated