index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
tprof
Age
Commit message (
Expand
)
Author
2019-10-12
Pull up following revision(s) (requested by jmcneill in ticket #301):
martin
2019-06-14
Fix compile error (s/LAPIC_PCINT/LAPIC_LVT_PCINT/)
msaitoh
2019-05-29
Add support for AMD Family 17h.
maxv
2018-07-24
Merge the tprof_pmi and tprof_amdpmi modules into a single tprof_x86
maxv
2018-07-17
use PRI?64 instead of ll?
christos
2018-07-16
Spaces -> tabs
jmcneill
2018-07-16
RW fields in performance monitor registers are reset to architecturally
jmcneill
2018-07-16
Move
maxv
2018-07-15
Add tprof backend for ARMv7 performance monitors.
jmcneill
2018-07-15
Add TPROF_IDENT_ARMV7_GENERIC
jmcneill
2018-07-15
Define TPROF_IDENT_ARMV8_GENERIC
jmcneill
2018-07-15
Add tprof backend for ARMv8 performance monitors.
jmcneill
2018-07-13
Revamp tprof.
maxv
2015-08-20
include "ioconf.h" to get the 'void <driver>attach(int count);' prototype.
christos
2014-07-25
Add d_discard to all struct cdevsw instances I could find.
dholland
2014-03-16
Change (mostly mechanically) every cdevsw/bdevsw I can find to use
dholland
2011-04-14
for each samples, record and report cpuid and lwpid.
yamt
2011-02-25
tprof_start: don't forget to restore refcount when failed to start backend.
yamt
2011-02-05
tprof: record pid and userland events.
yamt
2010-08-11
Keep condvar wmesg within 8-char limit
pgoyette
2009-11-18
comment
yamt
2009-03-13
tprof_stop1: add an assertion.
yamt
2009-03-11
fix breakage where db_regs_t != trapframe.
yamt
2009-03-10
- adapt to MODULAR.
yamt
2009-01-20
comment
yamt
2008-05-07
tprof_start: fix workqueue's IPL.
yamt
2008-01-01
a simple performance monitor based profiler, inspired from linux oprofile.
yamt