Need suggestions for system wide profiler for an embedded linux device

1

I would like to profile my embedded linux device for various actions (e.g. touch input on screen, flip a page in a news reading app etc). But the requirement is that the profiler should generate information for the entire software stack on the device both user space and kernel space. It would be best if the profiler does not include a significant overhead for logging purposes as memory and resources are very limited on the embedded linux device.

Any suggestions ?

Ankur Agarwal

Posted 2010-12-15T22:59:58.757

Reputation: 309

No answers