aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/sctop.py
diff options
context:
space:
mode:
authorAlexander Duyck <[email protected]>2015-03-06 03:34:14 +0000
committerJeff Kirsher <[email protected]>2015-03-06 02:47:09 -0800
commitb23c0cc5e8b7c31f831c03b74f8e79c958c41d1e (patch)
treede13cc919a51a8a76687951fc09661dbf25e6608 /tools/perf/scripts/python/sctop.py
parente357f0aae447009c053795e26a322fb15d3348a7 (diff)
igb: Make arrays on stack static const to avoid reallocation
While addressing the pin problem I noticed that all of the pin register values where having to be pushed onto the stack each time the function was called. To avoid that I am making them static const so that they should only need to be allocated once and we can avoid all the instructions to get them onto the stack.. size before: text data bss dec hex filename 161477 10512 8 171997 29fdd drivers/net/ethernet/intel/igb/igb.ko size after: text data bss dec hex filename 161205 10512 8 171725 29ecd drivers/net/ethernet/intel/igb/igb.ko Signed-off-by: Alexander Duyck <[email protected]> Tested-by: Aaron Brown <[email protected]> Signed-off-by: Jeff Kirsher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/sctop.py')
0 files changed, 0 insertions, 0 deletions