Re: [PATCH] clocksource/drivers/arm_arch_timer: Mark validate_timer_rate() init

From: Mukesh Ojha
Date: Fri May 03 2024 - 07:28:44 EST




On 5/3/2024 5:00 AM, Stephen Boyd wrote:
Add the __init marking to validate_timer_rate() so that it gets
discarded after init.

$ ./scripts/bloat-o-meter vmlinux.before vmlinux.after
add/remove: 0/0 grow/shrink: 0/1 up/down: 0/-8 (-8)
Function old new delta
arch_timer_register 1724 1716 -8

Have not used this tool bloat-o-meter
Just a question, why is it showing arch_timer_register is shrunk ?

-Mukesh