summaryrefslogtreecommitdiff
path: root/sys/dev/hwpmc/hwpmc_logging.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r233628, r234598, r235229, r235831, r226986.Fabien Thomas2012-05-291-5/+23
* MFC r233544:Fabien Thomas2012-04-031-2/+4
* MFC r226514,r226526,r226986:Fabien Thomas2012-01-031-16/+41
* In order to maximize the re-usability of kernel code in user space thisKip Macy2011-09-161-1/+1
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDRobert Watson2011-08-111-1/+2
* Handling SIGPIPE will cause deadlock/crash.Fabien Thomas2010-03-261-4/+0
* Change the way shutdown is handled for log file.Fabien Thomas2010-03-081-21/+27
* - fix a LOR between process lock and pmc thread mutexFabien Thomas2009-11-241-14/+19
* Fix a LOR between pmc_sx and proctree/allproc when creating a new threadAttilio Rao2009-06-251-0/+7
* - Disambiguate a few panic messages.Joseph Koshy2008-12-151-35/+37
* Improve a comment.Joseph Koshy2008-11-301-4/+7
* - Add support for PMCs in Intel CPUs of Family 6, model 0xE (Core SoloJoseph Koshy2008-11-271-3/+4
* Style tweak.Joseph Koshy2008-11-091-2/+2
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-2/+2
* Kernel and hwpmc(4) support for callchain capture.Joseph Koshy2007-12-071-24/+29
* Rename the kthread_xxx (e.g. kthread_create()) callsJulian Elischer2007-10-201-2/+2
* Fix witness(4) warnings about mutex use.Joseph Koshy2007-04-191-2/+3
* MFP4: Support for profiling dynamically loaded objects.Joseph Koshy2006-03-261-11/+24
* When a process is de-configuring a log file, also stop all of itsJoseph Koshy2006-03-091-4/+2
* Fix -Wundef warnings found when compiling i386 LINT, GENERIC andRuslan Ermilov2005-12-051-1/+1
* sys/dev/hwpmc/hwpmc_{amd,piv,ppro}.c:Joseph Koshy2005-07-091-14/+20
* MFP4:Joseph Koshy2005-06-301-7/+10
* MFP4:Joseph Koshy2005-06-091-0/+978