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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix a >80 character long line, introduced in my previous commit.
adrian
2013-08-25
1
-1
/
+2
*
Update the MEM_UOP_RETIRED PMC operation for sandy bridge and sandy
adrian
2013-08-25
2
-24
/
+35
*
Rename the kld_unload event handler to kld_unload_try, and add a new
markj
2013-08-24
1
-58
/
+53
*
Change the name of this particular event to reflect the name used in
adrian
2013-08-21
1
-2
/
+2
*
Correct a typo in the event mask mnemonic.
bz
2013-08-20
1
-1
/
+1
*
Add in missing events for Sandy Bridge Xeon.
adrian
2013-08-18
2
-5
/
+27
*
Relax the vm object locking. Use a read lock.
alc
2013-06-05
1
-10
/
+10
*
Suppress a GCC warning. This warning is actually bogus and newer GCC
davide
2013-05-02
1
-1
/
+1
*
malloc(9) cannot return NULL if M_WAITOK flag is specified.
davide
2013-04-30
2
-17
/
+5
*
The Intel PMC architectural events have encodings which are identical to
davide
2013-04-30
2
-25
/
+49
*
Complete r250097:
davide
2013-04-30
1
-3
/
+6
*
When hwpmc(4) module is unloaded it reports a double leakage. This happens
davide
2013-04-30
1
-7
/
+3
*
Fixup Westmere hwpmc(4) support: add missing CPU flag so that
davide
2013-04-30
1
-3
/
+3
*
Improve/correct a comment. We now support a lot more cpu types.
hiren
2013-04-14
1
-1
/
+1
*
Cosmetic change: make a comment reference Sandy Bridge *Xeon*
rstone
2013-04-12
1
-1
/
+1
*
Trailing whitespace cleanup along with 80 column enforcemnt.
sbruno
2013-04-03
4
-1682
/
+1803
*
Update hwpmc to support Haswell class processors.
sbruno
2013-03-28
4
-187
/
+532
*
MFC
attilio
2013-03-08
1
-6
/
+15
|
\
|
*
Add a generic way to call per event allocate / release function.
fabient
2013-03-05
1
-6
/
+15
|
*
Add support for good old 8192Hz profiling clock to software PMC.
mav
2013-02-26
1
-3
/
+6
|
*
Change the way how software PMC updates counters.
mav
2013-02-26
1
-2
/
+6
*
|
MFC
attilio
2013-02-26
1
-3
/
+6
*
|
MFC
attilio
2013-02-26
1
-2
/
+6
*
|
Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() to
attilio
2013-02-20
1
-10
/
+10
*
|
Switch vm_object lock to be a rwlock.
attilio
2013-02-20
1
-0
/
+1
|
/
*
Update hwpmc to support the Xeon class of Ivybridge processors.
sbruno
2013-01-31
3
-191
/
+428
*
Quiesce a couple of clang warnings
sbruno
2013-01-12
2
-2
/
+2
*
Fixup r240246: hwpmc needs to retain the pinning until ASTs are not
attilio
2012-10-30
1
-1
/
+1
*
Cleanup and rename some variables in libpmc and hwpmc.
sbruno
2012-10-24
1
-5
/
+5
*
Remove the support for using non-mpsafe filesystem modules.
kib
2012-10-22
1
-3
/
+0
*
Update hwpmc to support the Xeon class of Sandybridge processors.
sbruno
2012-10-19
3
-211
/
+532
*
hwpmc amd_pcpu_fini: fix a bug in code locked under DEBUG
avg
2012-09-18
1
-1
/
+1
*
Remove all the checks on curthread != NULL with the exception of some MD
attilio
2012-09-13
2
-9
/
+3
*
Complete and merge the list between Sandy/Ivy bridge of events
fabient
2012-09-07
1
-28
/
+18
*
Add Intel Ivy Bridge support to hwpmc(9).
fabient
2012-09-06
4
-176
/
+433
*
Disable hwpmc(4) support for Intel Xeon Sandy Bridge (Model 0x2D).
davide
2012-06-17
1
-1
/
+0
*
Add ARM callchain support for hwpmc.
fabient
2012-06-13
1
-12
/
+92
*
Soft PMC support for ARM.
fabient
2012-05-23
1
-8
/
+17
*
Remove out of date KASSERT that fire with soft PMC.
fabient
2012-05-10
1
-12
/
+0
*
Fix so that ,usr and ,os work correctly with fixed function (IAF)
gnn
2012-05-02
1
-1
/
+2
*
Fix class malloc init for mips and powerpc that was not converted
fabient
2012-04-23
2
-6
/
+2
*
Add software PMC support.
fabient
2012-03-28
15
-69
/
+802
*
Fix crash on VirtualBox (and probably on some real hardware):
gonzo
2012-03-27
2
-1
/
+8
*
Fix random deadlock on pmcstat exit:
fabient
2012-03-27
1
-2
/
+4
*
Add Octeon PMC hardware backend
gonzo
2012-03-23
1
-0
/
+195
*
Add list of Octeon's PMC counters obtained from cvmx-core.h
gonzo
2012-03-23
1
-0
/
+63
*
Rework MIPS PMC code:
gonzo
2012-03-22
3
-598
/
+561
*
- Remove unncessary type casts
gonzo
2012-03-14
1
-6
/
+15
*
This header file no longer exists when doing cross builds, so remove it.
adrian
2012-03-12
1
-1
/
+0
*
Implement pmc_save_user_callchain and pmc_save_kernel_callchain for MIPS
gonzo
2012-03-12
1
-10
/
+308
[prev]
[next]