On 12/7/05, Lee Revell <rlrevell(a)joe-job.com> wrote:
On Wed, 2005-12-07 at 19:13 -0800, Noah Roberts
wrote:
Could the RT patch be interfearing with my
ability to run gprof?
AFAICT I did everything right to use it, used the -pg on compile for
instance, but my profiles have no time at all in them:
Yes. The RT patch breaks kernel profiling. I posted a bug report to
LKML a few weeks ago and didn't get an answer.
Well I'm not doing kernel profiling that I know of. I'm just trying
to run a profile on an application. I compile with -pg, run th
program to get a gmon.out, and then run gprof on the executable.
Kernel profiling is a different animal, is it not?