diff options
author | Colin Ian King <[email protected]> | 2019-10-07 14:41:13 +0100 |
---|---|---|
committer | Kalle Valo <[email protected]> | 2019-10-09 11:27:22 +0300 |
commit | 55047fb783e0f5b13fc79653f09a06782c3ffe18 (patch) | |
tree | d83d00fc23b98f5a8affd3b8fcf5a866a9f84f8d /tools/perf/scripts/python/syscall-counts-by-pid.py | |
parent | be10b09b278fcd64e79e232c88d9152c6f5c2923 (diff) |
iwlegacy: make array interval static, makes object smaller
Don't populate the array interval on the stack but instead make it
static. Makes the object code smaller by 121 bytes.
Before:
text data bss dec hex filename
167797 29676 448 197921 30521 wireless/intel/iwlegacy/common.o
After:
text data bss dec hex filename
167580 29772 448 197800 304a8 wireless/intel/iwlegacy/common.o
(gcc version 9.2.1, amd64)
Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions