aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/pmc.h
Commit message (Expand)AuthorAgeFilesLines
* Fix HWPMC interrupt handling in Counting ModeZbigniew Bodek2017-06-131-0/+1
* Remove a duplicate PMC CPU numberJustin Hibbits2016-08-031-1/+0
* sys/sys: minor spelling fixes.Pedro F. Giffuni2016-05-031-2/+2
* Adjust the size of PMC_DEFAULT_DEBUG_FLAGS to match the size of theKonstantin Belousov2016-02-121-1/+1
* Add support for Intel Skylake and Intel Broadwell PMC's. The Broadwell PMC's ...Randall Stewart2015-11-301-0/+3
* Change the driver stats to what they really are: unsigned values.Jonathan T. Looney2015-11-161-8/+9
* Fix hwpmc "stalled" behaviorJonathan T. Looney2015-11-141-1/+3
* Fix r283120 which use class size larger than 8bits.Fabien Thomas2015-10-081-21/+21
* o Rework ARMv7 events list using aliases - same way as we have for arm64.Ruslan Bukin2015-06-101-1/+6
* Use fixed enum values for PMC_CLASSES().John Baldwin2015-05-191-21/+21
* Add Performance Monitoring Counters support for AArch64.Ruslan Bukin2015-05-191-2/+5
* Convert hwpmc(4) debug printfs over to KTR.John Baldwin2015-05-081-4/+39
* Move hwpmc(4) debugging code under a new HWPMC_DEBUG option instead ofJohn Baldwin2015-05-081-1/+1
* Fix the build. Commit the last part of e500 PMC.Justin Hibbits2015-04-191-0/+3
* hwpmc: add initial Intel Broadwell support.Rui Paulo2015-04-051-0/+1
* Oops, add missing file from previous commit.Adrian Chadd2015-04-051-0/+2
* Add ARMv7 performance monitoring counters.Ruslan Bukin2015-01-281-0/+2
* style(9) cleanupRyan Stone2015-01-221-1/+1
* Update the hwpmc driver to have the new type HASWELL_XEON. AlsoRandall Stewart2015-01-141-0/+1
* Increase default and maximum callchain depthsEd Maste2014-11-261-2/+2
* For Xeon 7500 and 48XX (Nehalem EX and Westmere EX) variants of theKonstantin Belousov2014-06-041-0/+2
* Upgrade the default callchain depthGeorge V. Neville-Neil2014-05-151-1/+1
* Update the amount of data we can collect for hwpmc(4) by defaultGeorge V. Neville-Neil2014-05-151-4/+4
* Update hwpmc to support core events for Atom Silvermont microarchitecture.Hiren Panchasara2014-03-201-0/+1
* Add hwpmc(4) support for the PowerPC 970 class processors, direct events.Justin Hibbits2014-02-011-0/+2
* Update hwpmc to support Haswell class processors.Sean Bruno2013-03-281-0/+1
* Update hwpmc to support the Xeon class of Ivybridge processors.Sean Bruno2013-01-311-0/+1
* Update hwpmc to support the Xeon class of Sandybridge processors.Sean Bruno2012-10-191-0/+1
* Add Intel Ivy Bridge support to hwpmc(9).Fabien Thomas2012-09-061-0/+1
* Add software PMC support.Fabien Thomas2012-03-281-21/+45
* Add Octeon class and CPU typeOleksandr Tymoshenko2012-03-231-1/+3
* Fix PMC syscall on 64-bit big endian systems.Oleksandr Tymoshenko2012-03-221-1/+1
* - Add support for the Intel Sandy Bridge microarchitecture (both core and unc...Davide Italiano2012-03-011-0/+1
* Implement hwpmc counting PMC support for PowerPC G4+ (MPC745x/MPC744x).Justin Hibbits2011-12-241-4/+6
* Add missing DEBUG define from r226514.Fabien Thomas2011-10-191-0/+1
* Add a flush of the current PMC log buffer before displaying the next top.Fabien Thomas2011-10-181-1/+2
* Set the comment at the right place for PMC uncore classes.Fabien Thomas2010-06-151-4/+4
* Convert pm_runcount to int to correctly check for negative value.Fabien Thomas2010-06-051-1/+1
* - Support for uncore counting events: one fixed PMC with the uncoreFabien Thomas2010-04-021-1/+4
* Correct a typo.Joseph Koshy2010-03-131-1/+1
* Change the way shutdown is handled for log file.Fabien Thomas2010-03-081-1/+1
* Add support for hwpmc(4) on the MIPS 24K, 32 bit, embedded processor.George V. Neville-Neil2010-03-031-6/+8
* Log process mappings for existing processes at PMC start time.Joseph Koshy2009-12-261-1/+2
* Reserve numbers for XScale.Rui Paulo2009-10-021-4/+6
* Trim an obsolete comment.Joseph Koshy2009-06-031-5/+0
* - Add support for nehalem/corei7 cpus. This supports all of the coreJeff Roberson2009-01-271-2/+3
* Add a field to disambiguate between multiple threads awaitingJoseph Koshy2008-12-121-0/+1
* - Add support for PMCs in Intel CPUs of Family 6, model 0xE (Core SoloJoseph Koshy2008-11-271-4/+4
* - Separate PMC class dependent code from other kinds of machineJoseph Koshy2008-11-091-35/+61
* - Sparsely number enumerations 'pmc_cputype' and 'pmc_event' in order toJoseph Koshy2008-10-091-21/+26