Hi Markus, Markus Franke wrote:
I am looking for a decent way to do linux kernel profiling. I am running uClinux-dist-20070130 (linux-2.6.19uc1) without any patches on a Coldfire target. Any suggestions?
The kernel can do basic profiling already. Supply a "profile=4" boot option to it. And read out the profile information use the "readprofile" app. A few years back I coded an extra timer setup for some ColdFire parts that gave even better resolution, look for the config option CONFIG_HIGHPROFILE. Not sure if it works (or even compiles :-) in the 2.6.19-uc1 version though. Regards Greg ------------------------------------------------------------------------ Greg Ungerer -- Chief Software Dude EMAIL: [EMAIL PROTECTED] Secure Computing Corporation PHONE: +61 7 3435 2888 825 Stanley St, FAX: +61 7 3891 3630 Woolloongabba, QLD, 4102, Australia WEB: http://www.SnapGear.com _______________________________________________ uClinux-dev mailing list [email protected] http://mailman.uclinux.org/mailman/listinfo/uclinux-dev This message was resent by [email protected] To unsubscribe see: http://mailman.uclinux.org/mailman/options/uclinux-dev
