diff options
| author | Colin Ian King <colin.king@canonical.com> | 2017-09-04 09:17:39 -0700 |
|---|---|---|
| committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2017-09-04 09:28:15 -0700 |
| commit | 1bf21b3373df2b5bfa3c6d2dcd52344c7ee4cc58 (patch) | |
| tree | 79e6f18231f92cdbe62e97db2f30c6133fb7c881 /tools/perf/scripts/python/export-to-sqlite.py | |
| parent | Input: byd - make array seq static, reduces object code size (diff) | |
| download | linux-1bf21b3373df2b5bfa3c6d2dcd52344c7ee4cc58.tar.gz linux-1bf21b3373df2b5bfa3c6d2dcd52344c7ee4cc58.zip | |
Input: adi - make array seq static, reduces object code size
Don't populate the array seq on the stack, instead make it static.
Makes the object code smaller by over 170 bytes:
Before:
text data bss dec hex filename
13227 3232 0 16459 404b drivers/input/joystick/adi.o
After:
text data bss dec hex filename
12957 3328 0 16285 3f9d drivers/input/joystick/adi.o
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions
