Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Mar 2009 03:30:15 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/tools vnode_if.awk
Message-ID:  <200903290330.n2T3UOK7057251@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2009-03-29 03:30:15 UTC

  FreeBSD src repository

  Modified files:
    sys/tools            vnode_if.awk 
  Log:
  SVN rev 190518 on 2009-03-29 03:30:15Z by rwatson
  
  Add SDT DTrace probes for VFS vnode operations in the vfs:vop
  provider namespace.  These are inserted dynamically into the
  VOP_..._AP() functions created from vnode_if.src.  Each VOP has
  entry and return probes, as arg0 the primary vnode, arg1 the
  vnode operation argument structure pointer, providing access to
  IN and OUT arguments, and for return probes, arg2 the return
  value.
  
  MFC after:      1 month
  Sponsored by:   Google, Inc.
  
  Revision  Changes    Path
  1.57      +12 -0     src/sys/tools/vnode_if.awk



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903290330.n2T3UOK7057251>