aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2018-01-06 11:23:28 -0500
committerMarcel Holtmann <marcel@holtmann.org>2018-01-08 15:44:22 -0500
commit948c7ca03c14d9dd5ece5866dc1ab49f95613ad6 (patch)
tree102098e156b72ae352c9a30abc970d2a3034cb24 /tools/perf/scripts/python
parentcca32837f0f5fb794d0d486bc76ed0bfb703de7b (diff)
Bluetooth: btintel: make array 'param' static, shrinks object size
Don't populate the const read-only array 'param' on the stack but instead make it static. Makes the object code smaller by nearly 20 bytes: Before: text data bss dec hex filename 11605 2629 64 14298 37da linux/drivers/bluetooth/btintel.o After: text data bss dec hex filename 11531 2685 64 14280 37c8 linux/drivers/bluetooth/btintel.o (gcc version 7.2.0 x86_64) Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions