summaryrefslogtreecommitdiff
path: root/sys/dev/tprof
AgeCommit message (Expand)Author
2015-08-20include "ioconf.h" to get the 'void <driver>attach(int count);' prototype.christos
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2011-04-14for each samples, record and report cpuid and lwpid.yamt
2011-02-25tprof_start: don't forget to restore refcount when failed to start backend.yamt
2011-02-05tprof: record pid and userland events.yamt
2010-08-11Keep condvar wmesg within 8-char limitpgoyette
2009-11-18commentyamt
2009-03-13tprof_stop1: add an assertion.yamt
2009-03-11fix breakage where db_regs_t != trapframe.yamt
2009-03-10- adapt to MODULAR.yamt
2009-01-20commentyamt
2008-05-07tprof_start: fix workqueue's IPL.yamt
2008-01-01a simple performance monitor based profiler, inspired from linux oprofile.yamt