aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorMatt Redfearn <[email protected]>2017-02-14 14:37:06 +0000
committerRalf Baechle <[email protected]>2017-08-29 15:21:50 +0200
commit114c370845111d4f2e31f9c6d4eedd9e4fc01f86 (patch)
tree616ab3b9197078e516f21ffd5270c8572d920caf /tools/perf/scripts/python/export-to-postgresql.py
parentff2c8252bfbf069dda1e53353a63b560f1369f59 (diff)
MIPS: R6: Constify r2_decoder_tables
The r2_decoder_tables are never modified. They are arrays of constant values and as such should be declared const. This change saves 256 bytes of kernel text, and 128 bytes of kernel data (384 bytes total) on a 32r6el_defconfig (with SMP disabled) Before: text data bss dec hex filename 5576221 1080804 267040 6924065 69a721 vmlinux After: text data bss dec hex filename 5575965 1080676 267040 6923681 69a5a1 vmlinux Signed-off-by: Matt Redfearn <[email protected]> Cc: [email protected] Patchwork: https://patchwork.linux-mips.org/patch/15289/ Signed-off-by: Ralf Baechle <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions