Posted Jun 21, 2009 11:27 UTC (Sun) by johill (subscriber, #25196)
Parent article: Poke-a-hole and friends
> pfunct --cc_inlined shows functions which are declared inline but have been uninlined by the compiler. Such functions are good candidates for a second look, or for removing the inline declaration altogether. Fortunately, pfunct --cc_uninlined on vmlinux (only) did not list any functions.
I think that should be 'pfunct --cc_unlinined' in both instances, rather than just the second.