Tracking vm activity

Frank Ch. Eigler fche@redhat.com
Thu May 10 11:32:00 GMT 2007


Hi -

On Thu, May 10, 2007 at 07:38:04PM +0900, Jun Koi wrote:
> Ah, the thread-id idea is clear to me. But may you explain a little
> bit about the "nesting level"??

Certainly.  The nesting level is a per-thread counter.  It is
incremented on a probed function entry and decremented upon its
return.  It is used as an additional index to saved function
parameters by.  This way, if a recursive function is encountered, we
can find the innermost parameters without losing the outer ones.

- FChE



More information about the Systemtap mailing list