Home | History | Annotate | Download | only in sys
History log of /src/sys/sys/dtrace_bsd.h
RevisionDateAuthorComments
 1.9  19-Apr-2018  christos s/static inline/static __inline/g for consistency with other include
headers.
 1.8  18-Oct-2014  snj branches: 1.8.18;
src is too big these days to tolerate superfluous apostrophes. It's
"its", people!
 1.7  02-Dec-2012  chs adapt the cyclic module and profile dtrace provider to netbsd.
for now, just hook the cyclic callback into hardclock().
 1.6  02-Dec-2012  chs update cyclic module to the freebsd 8-stable version as of svn r219520.
 1.5  30-Jan-2012  matt branches: 1.5.6;
Use proper ANSI prototypes for foo() -> foo(void)
Caught when compiling with -Wold-style-definition
 1.4  04-Jun-2010  rmind branches: 1.4.8; 1.4.12;
kdtrace_{pro,thread}c_ctor: use kmem_zalloc(), instead of manual memset().
 1.3  24-Feb-2010  tron branches: 1.3.2; 1.3.4; 1.3.6;
Fix build of the "dtrace" kernel module.
 1.2  23-Feb-2010  darran DTrace: Get rid of the KDTRACE_HOOKS ifdefs in the kernel. Replace the
functions with inline function that are empty when KDTRACE_HOOKS is not
defined.
 1.1  21-Feb-2010  darran Add the DTrace hooks to the kernel (KDTRACE_HOOKS config option).
DTrace adds a pointer to the lwp and proc structures which it uses to
manage its state. These are opaque from the kernel perspective to keep
the kernel free of CDDL code. The state arenas are kmem_alloced and freed
as proccesses and threads are created and destoyed.

Also add a check for trap06 (privileged/illegal instruction) so that
DTrace can check for D scripts that may have triggered the trap so it
can clean up after them and resume normal operation.

Ok with core@.
 1.3.6.3  17-Aug-2010  uebayasi Sync with HEAD.
 1.3.6.2  30-Apr-2010  uebayasi Sync with HEAD.
 1.3.6.1  24-Feb-2010  uebayasi file dtrace_bsd.h was added on branch uebayasi-xip on 2010-04-30 14:44:32 +0000
 1.3.4.1  03-Jul-2010  rmind sync with head
 1.3.2.3  11-Aug-2010  yamt sync with head.
 1.3.2.2  11-Mar-2010  yamt sync with head
 1.3.2.1  24-Feb-2010  yamt file dtrace_bsd.h was added on branch yamt-nfs-mp on 2010-03-11 15:04:41 +0000
 1.4.12.1  18-Feb-2012  mrg merge to -current.
 1.4.8.2  16-Jan-2013  yamt sync with (a bit old) head
 1.4.8.1  17-Apr-2012  yamt sync with head
 1.5.6.2  03-Dec-2017  jdolecek update from HEAD
 1.5.6.1  25-Feb-2013  tls resync with head
 1.8.18.1  22-Apr-2018  pgoyette Sync with HEAD

RSS XML Feed