diff options
author | Peter Zijlstra <[email protected]> | 2020-03-12 14:29:38 +0100 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2020-04-22 10:53:50 +0200 |
commit | 34f7c96d96d5e11b03a612017fcc3a6e645bb481 (patch) | |
tree | d195501e9422a163be083b1a65da155581317cb0 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | c4a33939a7eb396acbb05569e57eebe4374cc57c (diff) |
objtool: Optimize !vmlinux.o again
When doing kbuild tests to see if the objtool changes affected those I
found that there was a measurable regression:
pre post
real 1m13.594 1m16.488s
user 34m58.246s 35m23.947s
sys 4m0.393s 4m27.312s
Perf showed that for small files the increased hash-table sizes were a
measurable difference. Since we already have -l "vmlinux" to
distinguish between the modes, make it also use a smaller portion of
the hash-tables.
This flips it into a small win:
real 1m14.143s
user 34m49.292s
sys 3m44.746s
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Reviewed-by: Miroslav Benes <[email protected]>
Reviewed-by: Alexandre Chartre <[email protected]>
Acked-by: Josh Poimboeuf <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions