index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
hwpmc
/
hwpmc_logging.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC of r277177 and r279894 with the fixes for the PMC for Haswell.
rrs
2015-03-24
1
-5
/
+6
*
Merge r263233 from HEAD to stable/10:
rwatson
2015-03-19
1
-1
/
+1
*
Change the cap_rights_t type from uint64_t to a structure that we can extend
pjd
2013-09-05
1
-1
/
+3
*
Add software PMC support.
fabient
2012-03-28
1
-5
/
+23
*
Fix random deadlock on pmcstat exit:
fabient
2012-03-27
1
-2
/
+4
*
Add a flush of the current PMC log buffer before displaying the next top.
fabient
2011-10-18
1
-16
/
+41
*
In order to maximize the re-usability of kernel code in user space this
kmacy
2011-09-16
1
-1
/
+1
*
Second-to-last commit implementing Capsicum capabilities in the FreeBSD
rwatson
2011-08-11
1
-1
/
+2
*
Handling SIGPIPE will cause deadlock/crash.
fabient
2010-03-26
1
-4
/
+0
*
Change the way shutdown is handled for log file.
fabient
2010-03-08
1
-21
/
+27
*
- fix a LOR between process lock and pmc thread mutex
fabient
2009-11-24
1
-14
/
+19
*
Fix a LOR between pmc_sx and proctree/allproc when creating a new thread
attilio
2009-06-25
1
-0
/
+7
*
- Disambiguate a few panic messages.
jkoshy
2008-12-15
1
-35
/
+37
*
Improve a comment.
jkoshy
2008-11-30
1
-4
/
+7
*
- Add support for PMCs in Intel CPUs of Family 6, model 0xE (Core Solo
jkoshy
2008-11-27
1
-3
/
+4
*
Style tweak.
jkoshy
2008-11-09
1
-2
/
+2
*
Retire the MALLOC and FREE macros. They are an abomination unto style(9).
des
2008-10-23
1
-2
/
+2
*
Kernel and hwpmc(4) support for callchain capture.
jkoshy
2007-12-07
1
-24
/
+29
*
Rename the kthread_xxx (e.g. kthread_create()) calls
julian
2007-10-20
1
-2
/
+2
*
Fix witness(4) warnings about mutex use.
jkoshy
2007-04-19
1
-2
/
+3
*
MFP4: Support for profiling dynamically loaded objects.
jkoshy
2006-03-26
1
-11
/
+24
*
When a process is de-configuring a log file, also stop all of its
jkoshy
2006-03-09
1
-4
/
+2
*
Fix -Wundef warnings found when compiling i386 LINT, GENERIC and
ru
2005-12-05
1
-1
/
+1
*
sys/dev/hwpmc/hwpmc_{amd,piv,ppro}.c:
jkoshy
2005-07-09
1
-14
/
+20
*
MFP4:
jkoshy
2005-06-30
1
-7
/
+10
*
MFP4:
jkoshy
2005-06-09
1
-0
/
+978