diff options
author | Pingfan Liu <[email protected]> | 2020-08-03 13:49:48 +0800 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2020-08-07 01:32:00 +0200 |
commit | 52416ffcf823ee11aa19792715664ab94757f111 (patch) | |
tree | 3c66b1d806bf27a7415a841e65813c6f56131814 /tools/perf/scripts/python/netdev-times.py | |
parent | 7d98585860d845e36ee612832a5ff021f201dbaf (diff) |
x86/purgatory: Don't generate debug info for purgatory.ro
Purgatory.ro is a standalone binary that is not linked against the rest of
the kernel. Its image is copied into an array that is linked to the
kernel, and from there kexec relocates it wherever it desires.
Unlike the debug info for vmlinux, which can be used for analyzing crash
such info is useless in purgatory.ro. And discarding them can save about
200K space.
Original:
259080 kexec-purgatory.o
Stripped debug info:
29152 kexec-purgatory.o
Signed-off-by: Pingfan Liu <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Reviewed-by: Nick Desaulniers <[email protected]>
Reviewed-by: Steve Wahl <[email protected]>
Acked-by: Dave Young <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions