aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2019-09-06 17:45:22 +0100
committerMartin K. Petersen <[email protected]>2019-09-30 22:46:40 -0400
commit5ece56a2a6b24f635bd46931467bd70acd8bcce9 (patch)
tree867a3aa0e90b81f64e623dbf429f38e6e1689913 /tools/perf/scripts/python/bin/stackcollapse-report
parentb23c640c33b8ab10060b8d243d1aa817e5eb00dc (diff)
scsi: ips: make array 'options' static const, makes object smaller
Don't populate the array 'options' on the stack but instead make it static const. Makes the object code smaller by 143 bytes. Before: text data bss dec hex filename 94483 11272 1184 106939 1a1bb drivers/scsi/ips.o After: text data bss dec hex filename 94244 11368 1184 106796 1a12c drivers/scsi/ips.o (gcc version 9.2.1, amd64) Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions