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_ppro.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add software PMC support.
fabient
2012-03-28
1
-1
/
+1
*
Adjust the handling of the local APIC PMC interrupt vector:
jhb
2009-08-14
1
-1
/
+4
*
- Efficiency tweak: when checking for PMC overflows, only go to
jkoshy
2008-12-02
1
-4
/
+6
*
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
-181
/
+162
*
Retire the MALLOC and FREE macros. They are an abomination unto style(9).
des
2008-10-23
1
-2
/
+2
*
Rework pmc-dependent flag handling.
jkoshy
2008-10-09
1
-14
/
+22
*
Support sparsely numbered CPUs.
jkoshy
2008-09-22
1
-8
/
+8
*
Kernel and hwpmc(4) support for callchain capture.
jkoshy
2007-12-07
1
-2
/
+8
*
Fix breakage introduced in rev 1.7.
jkoshy
2005-07-14
1
-1
/
+1
*
sys/dev/hwpmc/hwpmc_{amd,piv,ppro}.c:
jkoshy
2005-07-09
1
-2
/
+3
*
MFP4:
jkoshy
2005-06-09
1
-38
/
+130
*
Kernel hooks to support PMC sampling modes.
jkoshy
2005-05-30
1
-1
/
+1
*
Add convenience APIs pmc_width() and pmc_capabilities() to -lpmc.
jkoshy
2005-05-01
1
-9
/
+31
*
Return the correct register number in the 'get_msr()' MD function.
jkoshy
2005-04-28
1
-2
/
+11
*
Include <sys/pmc.h> instead of <machine/pmc_mdep.h>. The MI header
marcel
2005-04-20
1
-2
/
+1
*
Bring a working snapshot of hwpmc(4), its associated libraries, userland util...
jkoshy
2005-04-19
1
-0
/
+742