summaryrefslogtreecommitdiffstats
path: root/sys/dev/hwpmc
Commit message (Expand)AuthorAgeFilesLines
* MFC r261173jhibbits2014-03-021-0/+1
* MFC r258779,r258780,r258787,r258822:eadler2014-02-041-1/+1
* MFC r259394,r259395,r259699jhibbits2014-01-151-7/+18
* Remove local change leftover, this should never have been part ofdavide2013-09-201-2/+0
* Fix lc_lock/lc_unlock() support for rmlocks held in shared mode. Withdavide2013-09-201-0/+2
* Fix the build.jhibbits2013-09-051-0/+2
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-051-1/+3
* Fix hwpmc(4) for 32-bit PowerPC.jhibbits2013-09-042-8/+2
* Refactor PowerPC hwpmc(4) driver into generic and specific. More refactoringjhibbits2013-09-033-714/+852
* Complete r250105. Do not zero fields if M_ZERO flag is specified todavide2013-09-011-6/+0
* Remove the duplicate LLC_MISS event and put it in the right order.adrian2013-08-291-3/+2
* Update the mis-predicted branch PMC names (for sandy bridge) to not clash.adrian2013-08-251-2/+2
* Fix a >80 character long line, introduced in my previous commit.adrian2013-08-251-1/+2
* Update the MEM_UOP_RETIRED PMC operation for sandy bridge and sandyadrian2013-08-252-24/+35
* Rename the kld_unload event handler to kld_unload_try, and add a newmarkj2013-08-241-58/+53
* Change the name of this particular event to reflect the name used inadrian2013-08-211-2/+2
* Correct a typo in the event mask mnemonic.bz2013-08-201-1/+1
* Add in missing events for Sandy Bridge Xeon.adrian2013-08-182-5/+27
* Relax the vm object locking. Use a read lock.alc2013-06-051-10/+10
* Suppress a GCC warning. This warning is actually bogus and newer GCCdavide2013-05-021-1/+1
* malloc(9) cannot return NULL if M_WAITOK flag is specified.davide2013-04-302-17/+5
* The Intel PMC architectural events have encodings which are identical todavide2013-04-302-25/+49
* Complete r250097:davide2013-04-301-3/+6
* When hwpmc(4) module is unloaded it reports a double leakage. This happensdavide2013-04-301-7/+3
* Fixup Westmere hwpmc(4) support: add missing CPU flag so thatdavide2013-04-301-3/+3
* Improve/correct a comment. We now support a lot more cpu types.hiren2013-04-141-1/+1
* Cosmetic change: make a comment reference Sandy Bridge *Xeon*rstone2013-04-121-1/+1
* Trailing whitespace cleanup along with 80 column enforcemnt.sbruno2013-04-034-1682/+1803
* Update hwpmc to support Haswell class processors.sbruno2013-03-284-187/+532
* MFCattilio2013-03-081-6/+15
|\
| * Add a generic way to call per event allocate / release function.fabient2013-03-051-6/+15
| * Add support for good old 8192Hz profiling clock to software PMC.mav2013-02-261-3/+6
| * Change the way how software PMC updates counters.mav2013-02-261-2/+6
* | MFCattilio2013-02-261-3/+6
* | MFCattilio2013-02-261-2/+6
* | Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() toattilio2013-02-201-10/+10
* | Switch vm_object lock to be a rwlock.attilio2013-02-201-0/+1
|/
* Update hwpmc to support the Xeon class of Ivybridge processors.sbruno2013-01-313-191/+428
* Quiesce a couple of clang warningssbruno2013-01-122-2/+2
* Fixup r240246: hwpmc needs to retain the pinning until ASTs are notattilio2012-10-301-1/+1
* Cleanup and rename some variables in libpmc and hwpmc.sbruno2012-10-241-5/+5
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-221-3/+0
* Update hwpmc to support the Xeon class of Sandybridge processors.sbruno2012-10-193-211/+532
* hwpmc amd_pcpu_fini: fix a bug in code locked under DEBUGavg2012-09-181-1/+1
* Remove all the checks on curthread != NULL with the exception of some MDattilio2012-09-132-9/+3
* Complete and merge the list between Sandy/Ivy bridge of eventsfabient2012-09-071-28/+18
* Add Intel Ivy Bridge support to hwpmc(9).fabient2012-09-064-176/+433
* Disable hwpmc(4) support for Intel Xeon Sandy Bridge (Model 0x2D).davide2012-06-171-1/+0
* Add ARM callchain support for hwpmc.fabient2012-06-131-12/+92
* Soft PMC support for ARM.fabient2012-05-231-8/+17
OpenPOWER on IntegriCloud