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_piv.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add software PMC support.
fabient
2012-03-28
1
-2
/
+2
*
Adjust the handling of the local APIC PMC interrupt vector:
jhb
2009-08-14
1
-1
/
+4
*
Introduce cpu_vendor_id and replace a lot of strcmp(cpu_vendor, "...").
jkim
2008-11-26
1
-1
/
+2
*
- Separate PMC class dependent code from other kinds of machine
jkoshy
2008-11-09
1
-317
/
+183
*
Fix a number of style issues in the MALLOC / FREE commit. I've tried to
des
2008-10-23
1
-3
/
+3
*
Retire the MALLOC and FREE macros. They are an abomination unto style(9).
des
2008-10-23
1
-5
/
+4
*
Support sparsely numbered CPUs.
jkoshy
2008-09-22
1
-13
/
+13
*
Kernel and hwpmc(4) support for callchain capture.
jkoshy
2007-12-07
1
-11
/
+19
*
Fix witness(4) warnings about mutex use.
jkoshy
2007-04-19
1
-1
/
+1
*
Forcibly turn off all PMCs at module unload time.
jkoshy
2006-03-28
1
-0
/
+6
*
Wrap comment lines to be under 80 characters wide.
jkoshy
2005-12-26
1
-2
/
+3
*
Fix -Wundef warnings found when compiling i386 LINT, GENERIC and
ru
2005-12-05
1
-2
/
+2
*
Bug fix initialization on multi-core HTT CPUs.
jkoshy
2005-10-10
1
-46
/
+59
*
sys/dev/hwpmc/hwpmc_{amd,piv,ppro}.c:
jkoshy
2005-07-09
1
-2
/
+3
*
MFP4:
jkoshy
2005-06-09
1
-106
/
+240
*
Kernel hooks to support PMC sampling modes.
jkoshy
2005-05-30
1
-1
/
+2
*
Add convenience APIs pmc_width() and pmc_capabilities() to -lpmc.
jkoshy
2005-05-01
1
-135
/
+302
*
Return the correct register number in the 'get_msr()' MD function.
jkoshy
2005-04-28
1
-5
/
+23
*
Include <sys/pmc.h> instead of <machine/pmc_mdep.h>. The MI header
marcel
2005-04-20
1
-2
/
+1
*
Remove unused variable that was horking up the LINT build
imp
2005-04-19
1
-5
/
+2
*
Bring a working snapshot of hwpmc(4), its associated libraries, userland util...
jkoshy
2005-04-19
1
-0
/
+1484