This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: scheduler.stp scheduler.migrate having problems on 2.6.20-1


Nathan DeBardeleben <ndebard@lanl.gov> writes:

> While it seems to find the pull_task kernel function, I seem to be
> unable to access the internal variables from that function.  [...]

Yes, yet another victim of bug #1155.

> I'm looking to experiment with whether the kernel really is giving
> processes the memory that is closest to which CPU it has chosen to
> run a process on.

Neat.

You might try using a statement probe instead, choosing a source
file:line somewhere near the beginning of the pull_task function.

- FChE


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]