aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2017-08-25 17:45:05 +0100
committerJarkko Sakkinen <[email protected]>2017-10-18 18:28:23 +0300
commit0bbc931a074a741cf8e6279e8045cf7118586780 (patch)
tree8eab51bbe6cd8561a1d558f8de38363a11c24196 /tools/perf/scripts/python/export-to-postgresql.py
parentda379f3c1db0c9a1fd27b11d24c9894b5edc7c75 (diff)
tpm_tis: make array cmd_getticks static const to shrink object code size
Don't populate array cmd_getticks on the stack, instead make it static const. Makes the object code smaller by over 160 bytes: Before: text data bss dec hex filename 18813 3152 128 22093 564d drivers/char/tpm/tpm_tis_core.o After: text data bss dec hex filename 18554 3248 128 21930 55aa drivers/char/tpm/tpm_tis_core.o Cc: [email protected] Signed-off-by: Colin Ian King <[email protected]> Reviewed-by: Jarkko Sakkinen <[email protected]> Signed-off-by: Jarkko Sakkinen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions