summaryrefslogtreecommitdiffstats
path: root/sys/dev/hwpmc/hwpmc_logging.c
Commit message (Expand)AuthorAgeFilesLines
* 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