ktr - add KTR_COND_LOG
[dragonfly.git] / sys / sys / ktr.h
2012-08-22 Mihai Carabasktr - add KTR_COND_LOG
2011-12-30 Aggelos EconomopoulosModify ktr(4) to be typesafe
2011-12-10 Sascha Wildner<sys/ktr.h>: Move static to the first place in declarat...
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2011-07-16 Sascha Wildnerktr(4): Add some sysctl descriptions for viewing with...
2009-03-27 Matthew DillonAdjust the KTR code to use cache-aligned per-cpu struct...
2008-12-28 Matthew DillonRemove KTR hacks, pass va_list through as needed.
2008-12-27 Jordan GordeevBring in the remainder of the post-SoC amd64 enchilada.
2008-06-20 YONETANI TomokazuPrototype declarations don't have an initializer.
2007-06-07 Matthew DillonWhen compiling a kernel with all ktr logging (KTR_ALL...
2006-09-12 Matthew DillonMAP_VPAGETABLE support part 2/3.
2006-05-20 Matthew DillonI'm growing tired of having to add #include lines for...
2005-12-06 Matthew DillonSynchronize the TSC between all cpus on startup and...
2005-06-20 Matthew DillonCorrect a missing macro element for the NON-KTR case.
2005-06-20 Matthew DillonAdd a caller backtrace feature (enabled by default...
2005-06-20 Matthew DillonReimplement the kernel tracepoint facility. The new...
2005-03-09 Hiten PandyaProvide a better annotations for KTR_VOP and KTR_NFS...
2005-03-08 Hiten PandyaConditionalise include of "opt_ktr.h" under _KERNEL.
2005-02-12 Eirik NygaardAdd per cpu buffer for storing KTR information.
2004-09-20 Eirik NygaardAdd KTR, a facility that logs kernel events to help...