diff options
| author | Colin Ian King <[email protected]> | 2019-10-07 06:52:40 -0300 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2019-10-10 07:21:28 -0300 |
| commit | 27dbc2e63b9aff694a22c69bba18375750cb6643 (patch) | |
| tree | 2a3658d8ebd9524f1b53febabf3612f444590ce6 /tools/perf/scripts/python/syscall-counts.py | |
| parent | 69bb7eb88346ec19d024276205ddabc72d21dc83 (diff) | |
media: cx18: make array mapping static, makes object smaller
Don't populate the array mapping on the stack but instead make it
static. Makes the object code smaller by 79 bytes.
Before:
text data bss dec hex filename
27572 2096 0 29668 73e4 drivers/media/pci/cx18/cx18-ioctl.o
After:
text data bss dec hex filename
27429 2160 0 29589 7395 drivers/media/pci/cx18/cx18-ioctl.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/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions