summaryrefslogtreecommitdiff
path: root/sys/dev/hwpmc/hwpmc_soft.c
Commit message (Expand)AuthorAgeFilesLines
* Convert hwpmc(4) debug printfs over to KTR.John Baldwin2015-05-081-3/+3
* malloc(9) cannot return NULL if M_WAITOK flag is specified.Davide Italiano2013-04-301-3/+0
* Add a generic way to call per event allocate / release function.Fabien Thomas2013-03-051-6/+15
* Add support for good old 8192Hz profiling clock to software PMC.Alexander Motin2013-02-261-3/+6
* Change the way how software PMC updates counters.Alexander Motin2013-02-261-2/+6
* Quiesce a couple of clang warningsSean Bruno2013-01-121-1/+1
* Add software PMC support.Fabien Thomas2012-03-281-0/+485