diff options
| author | Mark Rustad <[email protected]> | 2014-03-18 07:03:40 +0000 |
|---|---|---|
| committer | Jeff Kirsher <[email protected]> | 2014-04-22 23:20:54 -0700 |
| commit | f8e2472f4fe245aff1eec86f6248270abc940e1f (patch) | |
| tree | 0b554ea2ccb67b40ec3b980c1233a4fdf3559f3b /tools/perf/scripts/python/bin | |
| parent | e5776620a7b7b2aacbc60ff1cdbeca6814ec8411 (diff) | |
ixgbe: Use out-of-line function for register reads
Register reads are slow, so don't inline them.
Size before:
text data bss dec hex filename
226337 8280 552 235169 396a1 ixgbe.ko
Size after:
text data bss dec hex filename
194578 8280 552 203410 31a92 ixgbe.ko
for about a 14% reduction in text size.
Signed-off-by: Mark Rustad <[email protected]>
Tested-by: Phil Schmitt <[email protected]>
Signed-off-by: Jeff Kirsher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions