aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorAlexey Kardashevskiy <[email protected]>2015-12-18 12:35:47 +1100
committerAlex Williamson <[email protected]>2015-12-21 15:28:11 -0700
commit77d6bd47cc2824af016086c2bd4650685b159e22 (patch)
treeca38a26879aa8b2e34844d5f5f58735b1f8d9b1c /tools/perf/scripts/python/stackcollapse.py
parent967628827f404b3063016c138ccc7b06c54350f8 (diff)
vfio: Add explicit alignments in vfio_iommu_spapr_tce_create
The vfio_iommu_spapr_tce_create struct has 4x32bit and 2x64bit fields which should have resulted in sizeof(fio_iommu_spapr_tce_create) equal to 32 bytes. However due to the gcc's default alignment, the actual size of this struct is 40 bytes. This fills gaps with __resv1/2 fields. This should not cause any change in behavior. Signed-off-by: Alexey Kardashevskiy <[email protected]> Acked-by: David Gibson <[email protected]> Signed-off-by: Alex Williamson <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions