Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 May 2008 19:32:36 +0000 (UTC)
From:      John Birrell <jb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_sdt.c
Message-ID:  <200805181932.m4IJWagN055358@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jb          2008-05-18 19:32:36 UTC

  FreeBSD src repository

  Added files:
    sys/kern             kern_sdt.c 
  Log:
  Add kernel support for the Statically Defined Trace provider.
  
  This is BSD licensed code written specifically for FreeBSD.
  
  It initialises using SYSINIT so that the SDT provider, probe and
  argument description linkage is done whenever a module is loaded,
  regardless of whether the DTrace modules are loaded or not.
  
  This file is optionally compiled into the kernel if the KDTRACE_HOOKS
  option is defined.
  
  Revision  Changes    Path
  1.1       +273 -0    src/sys/kern/kern_sdt.c (new)



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