aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2019-10-06 12:04:29 -0300
committerMauro Carvalho Chehab <[email protected]>2019-11-05 08:48:55 -0300
commit9ecb6718c679a25880acf598b520d6217b2ef30c (patch)
tree59bf403e67c4d009939d9411e5dc493871216866 /tools/perf/scripts/python/bin/stackcollapse-record
parent16d6bc53fb79455a851720f5c3d147b6b43c16f6 (diff)
media: vpx3220: make array input_vals static, makes object smaller
Don't populate the array input_vals on the stack but instead make it static. Makes the object code smaller by 106 bytes. Before: text data bss dec hex filename 11744 3536 128 15408 3c30 drivers/media/i2c/vpx3220.o After: text data bss dec hex filename 11574 3600 128 15302 3bc6 drivers/media/i2c/vpx3220.o (gcc version 9.2.1, amd64) Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Hans Verkuil <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions