After compiling linux kernel modules/symbols as builtin, how to know they’re actually being utilized?
It’s fairly simple to know exactly which loadable modules do what, despite the fact there’re modules that get loaded with 0 users, however I didn’t find a method to detect used/”loaded” – I’m putting it in quotes cause I know they’re already loaded – builtin symbols or modules!
And the reason behind my question is that many symbols are just boolean, not tri-state …