The talk

Get the slides

The tools

OProfile on ARM

To be able to generate backtraces with oprofile on ARM you will need to compile code with -fno-omit-frame-pointer. This option is enabled with at least -O2 in recent gcc's.

Tasks for OProfile

MemProf

MemProf is the best tool for memory analysis I have found so far. In the future it might be just a frontend for SystemTap but this will take some years. Specially the utrace framework needs to be merged before. Currently the following things would be cool for memprof.