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
/
lib
/
libpmc
/
libpmc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Add support for the Intel Sandy Bridge microarchitecture (both core and unc...
davide
2012-03-01
1
-0
/
+36
*
Implement hwpmc counting PMC support for PowerPC G4+ (MPC745x/MPC744x).
jhibbits
2011-12-24
1
-0
/
+62
*
In lib/libpmc/libpmc.c, struct pmc_cputype_map's pm_cputype field should
dim
2011-12-16
1
-1
/
+1
*
Add a flush of the current PMC log buffer before displaying the next top.
fabient
2011-10-18
1
-0
/
+6
*
Fix invalid class removal when IAF is not the last class.
fabient
2010-09-05
1
-4
/
+4
*
When configuring hwpmc to use the EXT_SNOOP event, only send a default caches...
rstone
2010-05-01
1
-1
/
+8
*
- Support for uncore counting events: one fixed PMC with the uncore
fabient
2010-04-02
1
-7
/
+174
*
Add support for hwpmc(4) on the MIPS 24K, 32 bit, embedded processor.
gnn
2010-03-03
1
-2
/
+65
*
Bug fix: add a missing initializer.
jkoshy
2010-01-12
1
-0
/
+1
*
Intel XScale hwpmc(4) support.
rpaulo
2009-12-23
1
-0
/
+45
*
Not all Intel Core (TM) CPUs implement PMC_CLASS_IAF fixed-function
jkoshy
2009-10-24
1
-12
/
+47
*
Fix parsing of Core2 event qualifiers.
jkoshy
2009-06-09
1
-7
/
+7
*
- Add support for nehalem/corei7 cpus. This supports all of the core
jeff
2009-01-27
1
-1
/
+23
*
Fixes for Core2 Extreme support.
jkoshy
2008-12-03
1
-1
/
+5
*
- Add support for PMCs in Intel CPUs of Family 6, model 0xE (Core Solo
jkoshy
2008-11-27
1
-36
/
+406
*
- Sparsely number enumerations 'pmc_cputype' and 'pmc_event' in order to
jkoshy
2008-10-09
1
-101
/
+287
*
Whitespace fixes.
jkoshy
2008-09-17
1
-10
/
+10
*
Add event name aliases for Pentium PMCs.
jkoshy
2008-09-17
1
-1
/
+8
*
Correct an event name alias: event "k7-dc-misses" does not support
jkoshy
2008-09-16
1
-1
/
+1
*
Bring the behaviour of pmc_capabilities() and pmc_width() in line with
jkoshy
2008-03-12
1
-3
/
+5
*
Improve style(9) compliance and trim a long text line.
jkoshy
2007-12-07
1
-128
/
+109
*
Correct a typo in an event name alias.
jkoshy
2007-04-11
1
-1
/
+1
*
Update the pmc(3) manual page's date string and freshen the year in the (c) l...
jkoshy
2006-03-20
1
-1
/
+1
*
Add an alias 'unhalted-cycles' denoting cycles where the CPU is
jkoshy
2006-02-25
1
-0
/
+3
*
- Update the CPU version check to recognize P4/EMT64 CPUs. [1]
jkoshy
2005-07-03
1
-7
/
+12
*
Fix tinderbox breakage.
jkoshy
2005-06-10
1
-4
/
+13
*
MFP4:
jkoshy
2005-06-09
1
-711
/
+753
*
Add convenience APIs pmc_width() and pmc_capabilities() to -lpmc.
jkoshy
2005-05-01
1
-0
/
+30
*
Add event aliases for P6 and K8 PMCs.
jkoshy
2005-04-21
1
-17
/
+31
*
o Do not include <machine/pmc_mdep.h>. It's automaticly included for
marcel
2005-04-20
1
-9
/
+9
*
Remove extra Id keyword.
jkoshy
2005-04-20
1
-2
/
+0
*
Bring a working snapshot of hwpmc(4), its associated libraries, userland util...
jkoshy
2005-04-19
1
-0
/
+2136