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_amd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
hwpmc amd_pcpu_fini: fix a bug in code locked under DEBUG
avg
2012-09-18
1
-1
/
+1
*
Add software PMC support.
fabient
2012-03-28
1
-6
/
+4
*
In sys/dev/hwpmc/hwpmc_amd.c, fix a clang warning about invalid enum
dim
2011-12-31
1
-3
/
+1
*
- Efficiency tweak: when checking for PMC overflows, only go to
jkoshy
2008-12-02
1
-10
/
+7
*
Correct an indexing error (a change missed out in #184802).
jkoshy
2008-11-15
1
-1
/
+1
*
- Separate PMC class dependent code from other kinds of machine
jkoshy
2008-11-09
1
-160
/
+188
*
Retire the MALLOC and FREE macros. They are an abomination unto style(9).
des
2008-10-23
1
-3
/
+3
*
Support sparsely numbered CPUs.
jkoshy
2008-09-22
1
-12
/
+13
*
Sign-extend the 48-bit AMD PMC counter before treating it to a 64-bit
adrian
2008-03-18
1
-5
/
+8
*
Fix the debugging output - the '0x' was duplicated from the %p option.
adrian
2008-03-18
1
-1
/
+1
*
Kernel and hwpmc(4) support for callchain capture.
jkoshy
2007-12-07
1
-12
/
+16
*
Fix -Wundef warnings found when compiling i386 LINT, GENERIC and
ru
2005-12-05
1
-10
/
+10
*
Process one NMI interrupt per handler invocation as the processor
jkoshy
2005-09-12
1
-4
/
+9
*
Re-enable sampling on the AMD64.
jkoshy
2005-08-27
1
-5
/
+0
*
Turn off sampling modes on the AMD64 till the time I can track down
jkoshy
2005-08-22
1
-0
/
+5
*
sys/dev/hwpmc/hwpmc_{amd,piv,ppro}.c:
jkoshy
2005-07-09
1
-3
/
+5
*
Fix a -Wuninitialized warning reported by rwatson.
jkoshy
2005-06-21
1
-1
/
+2
*
MFP4:
jkoshy
2005-06-09
1
-159
/
+125
*
Kernel hooks to support PMC sampling modes.
jkoshy
2005-05-30
1
-1
/
+3
*
Add convenience APIs pmc_width() and pmc_capabilities() to -lpmc.
jkoshy
2005-05-01
1
-11
/
+31
*
Return the correct register number in the 'get_msr()' MD function.
jkoshy
2005-04-28
1
-7
/
+20
*
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
/
+996