Is the oprofile project still alive and well?

I know it is still supported in the default linux kernel and that the user space utilities works (at least on the Arch linux I'm running), but the majority of the documentation for it seems to be outdated?

Are there other profilers that does the same job as oprofile on linux, or is it simply a case of everything working well for the last few years? Or does everyone have intel core iGezillion processors?

link|improve this question

80% accept rate
A better alternative than oprofile is Zoom: rotateright.com – Paul R Aug 11 '11 at 10:44
feedback

1 Answer

up vote 6 down vote accepted

Lately the momentum seems to be with the "perf" tool, distributed as part of the kernel source package since 2.6.30 or thereabouts. In some sense it's a bit more convenient than oprofile in that you don't need root access to use it, but unfortunately documentation is lacking. See https://perf.wiki.kernel.org/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.