On 05/18/09 12:35, Ajit Bansode wrote:
But "sched" providers don't give method-level information. And I want to know which method is responsible for "off-CPU" behavior.
You could use the jstack(10) action in the probe
sched:::off-cpu
/self->trace/ {
self->time2 = vtimestamp;
jstack(10);
}
Pramod
Thanks, Ajit
_______________________________________________ dtrace-discuss mailing list [email protected]
