summaryrefslogtreecommitdiffstats
path: root/sys/sys/pmc.h
Commit message (Expand)AuthorAgeFilesLines
* sys/sys: minor spelling fixes.pfg2016-05-031-2/+2
* Adjust the size of PMC_DEFAULT_DEBUG_FLAGS to match the size of thekib2016-02-121-1/+1
* Add support for Intel Skylake and Intel Broadwell PMC's. The Broadwell PMC's ...rrs2015-11-301-0/+3
* Change the driver stats to what they really are: unsigned values.jtl2015-11-161-8/+9
* Fix hwpmc "stalled" behaviorjtl2015-11-141-1/+3
* Fix r283120 which use class size larger than 8bits.fabient2015-10-081-21/+21
* o Rework ARMv7 events list using aliases - same way as we have for arm64.br2015-06-101-1/+6
* Use fixed enum values for PMC_CLASSES().jhb2015-05-191-21/+21
* Add Performance Monitoring Counters support for AArch64.br2015-05-191-2/+5
* Convert hwpmc(4) debug printfs over to KTR.jhb2015-05-081-4/+39
* Move hwpmc(4) debugging code under a new HWPMC_DEBUG option instead ofjhb2015-05-081-1/+1
* Fix the build. Commit the last part of e500 PMC.jhibbits2015-04-191-0/+3
* hwpmc: add initial Intel Broadwell support.rpaulo2015-04-051-0/+1
* Oops, add missing file from previous commit.adrian2015-04-051-0/+2
* Add ARMv7 performance monitoring counters.br2015-01-281-0/+2
* style(9) cleanuprstone2015-01-221-1/+1
* Update the hwpmc driver to have the new type HASWELL_XEON. Alsorrs2015-01-141-0/+1
* Increase default and maximum callchain depthsemaste2014-11-261-2/+2
* For Xeon 7500 and 48XX (Nehalem EX and Westmere EX) variants of thekib2014-06-041-0/+2
* Upgrade the default callchain depthgnn2014-05-151-1/+1
* Update the amount of data we can collect for hwpmc(4) by defaultgnn2014-05-151-4/+4
* Update hwpmc to support core events for Atom Silvermont microarchitecture.hiren2014-03-201-0/+1
* Add hwpmc(4) support for the PowerPC 970 class processors, direct events.jhibbits2014-02-011-0/+2
* Update hwpmc to support Haswell class processors.sbruno2013-03-281-0/+1
* Update hwpmc to support the Xeon class of Ivybridge processors.sbruno2013-01-311-0/+1
* Update hwpmc to support the Xeon class of Sandybridge processors.sbruno2012-10-191-0/+1
* Add Intel Ivy Bridge support to hwpmc(9).fabient2012-09-061-0/+1
* Add software PMC support.fabient2012-03-281-21/+45
* Add Octeon class and CPU typegonzo2012-03-231-1/+3
* Fix PMC syscall on 64-bit big endian systems.gonzo2012-03-221-1/+1
* - Add support for the Intel Sandy Bridge microarchitecture (both core and unc...davide2012-03-011-0/+1
* Implement hwpmc counting PMC support for PowerPC G4+ (MPC745x/MPC744x).jhibbits2011-12-241-4/+6
* Add missing DEBUG define from r226514.fabient2011-10-191-0/+1
* Add a flush of the current PMC log buffer before displaying the next top.fabient2011-10-181-1/+2
* Set the comment at the right place for PMC uncore classes.fabient2010-06-151-4/+4
* Convert pm_runcount to int to correctly check for negative value.fabient2010-06-051-1/+1
* - Support for uncore counting events: one fixed PMC with the uncorefabient2010-04-021-1/+4
* Correct a typo.jkoshy2010-03-131-1/+1
* Change the way shutdown is handled for log file.fabient2010-03-081-1/+1
* Add support for hwpmc(4) on the MIPS 24K, 32 bit, embedded processor.gnn2010-03-031-6/+8
* Log process mappings for existing processes at PMC start time.jkoshy2009-12-261-1/+2
* Reserve numbers for XScale.rpaulo2009-10-021-4/+6
* Trim an obsolete comment.jkoshy2009-06-031-5/+0
* - Add support for nehalem/corei7 cpus. This supports all of the corejeff2009-01-271-2/+3
* Add a field to disambiguate between multiple threads awaitingjkoshy2008-12-121-0/+1
* - Add support for PMCs in Intel CPUs of Family 6, model 0xE (Core Solojkoshy2008-11-271-4/+4
* - Separate PMC class dependent code from other kinds of machinejkoshy2008-11-091-35/+61
* - Sparsely number enumerations 'pmc_cputype' and 'pmc_event' in order tojkoshy2008-10-091-21/+26
* Add new PMC classes and CPU types.jkoshy2008-09-281-3/+8
* Update a comment.jkoshy2008-09-281-1/+1
OpenPOWER on IntegriCloud