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_x86.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
-0
/
+4
*
Remove all the checks on curthread != NULL with the exception of some MD
attilio
2012-09-13
1
-3
/
+1
*
Add software PMC support.
fabient
2012-03-28
1
-1
/
+6
*
pmc_*_initialize may return NULL if the CPU is not supported, so check
emaste
2012-01-28
1
-1
/
+1
*
Use a better check for a valid kernel stack address when capturing
jkoshy
2009-12-03
1
-2
/
+3
*
Fix parenthesis typo -- copy full frame pointer for userland callchain,
emaste
2009-12-01
1
-1
/
+1
*
Adjust the handling of the local APIC PMC interrupt vector:
jhb
2009-08-14
1
-16
/
+6
*
Introduce cpu_vendor_id and replace a lot of strcmp(cpu_vendor, "...").
jkim
2008-11-26
1
-4
/
+5
*
- Separate PMC class dependent code from other kinds of machine
jkoshy
2008-11-09
1
-116
/
+15
*
Retire the MALLOC and FREE macros. They are an abomination unto style(9).
des
2008-10-23
1
-2
/
+2
*
Correct a callchain capture bug on the i386.
jkoshy
2008-09-15
1
-3
/
+3
*
Kernel and hwpmc(4) support for callchain capture.
jkoshy
2007-12-07
1
-0
/
+191
*
Revert revision 1.4.
jkoshy
2007-11-29
1
-1
/
+1
*
Add support for Intel cpu model's 5 & 6.
ps
2006-04-04
1
-1
/
+1
*
Add support for a new/unreleased Pentium-M.
ps
2005-11-18
1
-1
/
+1
*
On x86 processors, turn off any 'INTERRUPT' capabilities on PMCs
jkoshy
2005-08-22
1
-3
/
+13
*
- Update the CPU version check to recognize P4/EMT64 CPUs. [1]
jkoshy
2005-07-03
1
-1
/
+1
*
MFP4:
jkoshy
2005-06-09
1
-0
/
+179