summaryrefslogtreecommitdiffstats
path: root/sys/dev/hwpmc/hwpmc_logging.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the tunable in logging so that if its pre-11 we have the properrrs2015-12-091-0/+6
* Convert hwpmc(4) debug printfs over to KTR.jhb2015-05-081-19/+19
* Move hwpmc(4) debugging code under a new HWPMC_DEBUG option instead ofjhb2015-05-081-1/+1
* You need to have the capabilities and not skip it if you arerrs2015-03-111-4/+3
* Update the hwpmc driver to have the new type HASWELL_XEON. Alsorrs2015-01-141-2/+6
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-281-4/+2
* Revert r267961, r267973:gjb2014-06-271-2/+4
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-271-4/+2
* Update kernel inclusions of capability.h to use capsicum.h instead; somerwatson2014-03-161-1/+1
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-051-1/+3
* Add software PMC support.fabient2012-03-281-5/+23
* Fix random deadlock on pmcstat exit:fabient2012-03-271-2/+4
* Add a flush of the current PMC log buffer before displaying the next top.fabient2011-10-181-16/+41
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-1/+1
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDrwatson2011-08-111-1/+2
* Handling SIGPIPE will cause deadlock/crash.fabient2010-03-261-4/+0
* Change the way shutdown is handled for log file.fabient2010-03-081-21/+27
* - fix a LOR between process lock and pmc thread mutexfabient2009-11-241-14/+19
* Fix a LOR between pmc_sx and proctree/allproc when creating a new threadattilio2009-06-251-0/+7
* - Disambiguate a few panic messages.jkoshy2008-12-151-35/+37
* Improve a comment.jkoshy2008-11-301-4/+7
* - Add support for PMCs in Intel CPUs of Family 6, model 0xE (Core Solojkoshy2008-11-271-3/+4
* Style tweak.jkoshy2008-11-091-2/+2
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-2/+2
* Kernel and hwpmc(4) support for callchain capture.jkoshy2007-12-071-24/+29
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-201-2/+2
* Fix witness(4) warnings about mutex use.jkoshy2007-04-191-2/+3
* MFP4: Support for profiling dynamically loaded objects.jkoshy2006-03-261-11/+24
* When a process is de-configuring a log file, also stop all of itsjkoshy2006-03-091-4/+2
* Fix -Wundef warnings found when compiling i386 LINT, GENERIC andru2005-12-051-1/+1
* sys/dev/hwpmc/hwpmc_{amd,piv,ppro}.c:jkoshy2005-07-091-14/+20
* MFP4:jkoshy2005-06-301-7/+10
* MFP4:jkoshy2005-06-091-0/+978
OpenPOWER on IntegriCloud