aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2019-09-06 17:39:45 +0100
committerMartin K. Petersen <[email protected]>2019-09-30 22:45:36 -0400
commitb23c640c33b8ab10060b8d243d1aa817e5eb00dc (patch)
treee4f2b8a0d8f98d8d14e50b7d0a6f85617817d269 /tools/perf/scripts/python/export-to-sqlite.py
parentc88dcd8aca65bf8de54093e245128157bb953d85 (diff)
scsi: fnic: make array dev_cmd_err static const, makes object smaller
Don't populate the array dev_cmd_err on the stack but instead make it static const. Makes the object code smaller by 80 bytes. Before: text data bss dec hex filename 21461 1564 0 23025 59f1 drivers/scsi/fnic/vnic_dev.o After: text data bss dec hex filename 21318 1628 0 22946 59a2 drivers/scsi/fnic/vnic_dev.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/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions