diff options
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | 2023-03-01 21:58:52 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-03-05 23:41:29 +0000 |
commit | ae2ade4ba58167f165fbf3db19380f9b72c56db8 (patch) | |
tree | 1cdd2a00de7a1298748c8a342e773d676f0d7aa9 /tools/perf/scripts/python/stat-cpi.py | |
parent | 8c220e6c6da9c2f70a78ba8b3121893b3634a54c (diff) |
spi: Reorder fields in 'struct spi_message'
Group some variables based on their sizes to reduce hole and avoid padding.
On x86_64, this shrinks the size from 112 to 96 bytes.
This should have no real impact on memory allocation because 'struct
spi_message' is mostly used on stack, but it can save a few cycles
when the structure is initialized with spi_message_init() and co.
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Tested-by: Muhammad Usama Anjum <usama.anjum@collabora.com>
Reviewed-by: Muhammad Usama Anjum <usama.anjum@collabora.com>
Link: https://lore.kernel.org/r/c112aad16eb47808e1ec10abd87b3d273c969a68.1677704283.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/stat-cpi.py')
0 files changed, 0 insertions, 0 deletions