summaryrefslogtreecommitdiffstats
path: root/sys/dev/hwpmc
Commit message (Expand)AuthorAgeFilesLines
* MFC r290811:jtl2016-01-141-44/+108
* MFC r283924vangyzen2015-10-021-3/+3
* MFC 283121:jhb2015-10-011-1/+1
* MFC 283123:jhb2015-06-012-1/+9
* MFC 282641,282658:jhb2015-06-0116-254/+256
* MFC of r277177 and r279894 with the fixes for the PMC for Haswell.rrs2015-03-248-262/+610
* Merge r263233 from HEAD to stable/10:rwatson2015-03-191-1/+1
* Clamp too large hwpmc callchaindepth to maximumemaste2015-02-151-2/+3
* MFC r273236:markj2014-11-061-13/+9
* MFC r272713:bz2014-10-101-1/+1
* MFC r267062:kib2014-06-182-2/+17
* MFC r263446hiren2014-05-313-37/+202
* MFC r266195:markj2014-05-192-4/+0
* MFC r263080:kib2014-03-191-2/+1
* MFC r262547jhibbits2014-03-141-4/+24
* MFC r261342jhibbits2014-03-145-17/+771
* 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
OpenPOWER on IntegriCloud