diff options
author | Paul Gortmaker <[email protected]> | 2022-04-29 14:37:57 -0700 |
---|---|---|
committer | akpm <[email protected]> | 2022-04-29 14:37:57 -0700 |
commit | dec81a532027a77bd52f9bd8d8b3230843533d3f (patch) | |
tree | 608429b2f523289b84b0de20c1d40b9af36ec90c /scripts/bpf_doc.py | |
parent | 3af8acf6aff2a98731522b52927429760f0b8006 (diff) |
scripts/bloat-o-meter: filter out vermagic as it is not relevant
Seeing it as a false positive increase at the top is just noise:
linux-head$./scripts/bloat-o-meter ../pre/vmlinux ../post/vmlinux
add/remove: 0/571 grow/shrink: 1/9 up/down: 20/-64662 (-64642)
Function old new delta
vermagic 49 69 +20
Since it really doesn't "grow", it makes sense to filter it out.
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Paul Gortmaker <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'scripts/bpf_doc.py')
0 files changed, 0 insertions, 0 deletions