Searched hist:dec81a532027a77bd52f9bd8d8b3230843533d3f (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/scripts/ |
H A D | bloat-o-meter | diff dec81a532027a77bd52f9bd8d8b3230843533d3f Fri Apr 29 16:37:57 CDT 2022 Paul Gortmaker <paul.gortmaker@windriver.com> 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/20220428035824.7934-1-paul.gortmaker@windriver.com Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
|