diff options
| author | Nikolay Borisov <[email protected]> | 2020-08-07 06:17:32 +0000 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2020-08-07 18:33:21 +0000 |
| commit | 1d35b6054a9b94b48511e23a7fab6cd1dbf3fde6 (patch) | |
| tree | e0f9ee183644ce2657e7e20f1e8d209ef4516b70 /scripts/decode_stacktrace.sh | |
| parent | scripts/tags.sh: collect compiled source precisely (diff) | |
| download | kernel-1d35b6054a9b94b48511e23a7fab6cd1dbf3fde6.tar.gz kernel-1d35b6054a9b94b48511e23a7fab6cd1dbf3fde6.zip | |
scripts/bloat-o-meter: Support comparing library archives
Library archives (.a) usually contain multiple object files so their
output of nm --size-sort contains lines like:
<omitted for brevity>
00000000000003a8 t run_test
extent-map-tests.o:
<omitted for brevity>
bloat-o-meter currently doesn't handle them which results in errors when
calling .split() on them. Fix this by simply ignoring them. This enables
diffing subsystems which generate built-in.a files.
Signed-off-by: Nikolay Borisov <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/decode_stacktrace.sh')
0 files changed, 0 insertions, 0 deletions
