summaryrefslogtreecommitdiffstats
path: root/sys/dev/hwpmc/pmc_events.h
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: minor spelling fixes.pfg2016-05-031-1/+1
* Add support for Intel Skylake and Intel Broadwell PMC's. The Broadwell PMC's ...rrs2015-11-301-16/+613
* Now that we can detect the Cortex-A8 properly, fix the event listbz2015-10-141-4/+39
* o Rework ARMv7 events list using aliases - same way as we have for arm64.br2015-06-101-34/+335
* Add Performance Monitoring Counters support for AArch64.br2015-05-191-0/+366
* Implement hwpmc(4) for Freescale e500 core.jhibbits2015-04-181-0/+167
* hwpmc: add initial Intel Broadwell support.rpaulo2015-04-051-0/+10
* Add support for the MIPS74K SoC family performance counters events.adrian2015-04-051-0/+136
* Fix Ivy Bridge+ MEM_UOPS_RETIRED countersrstone2015-03-101-34/+24
* Support architectural events on Haswell/Ivy Bridgerstone2015-03-101-0/+4
* Fix Sandy Bridge+ hwpmc branch countersrstone2015-03-101-93/+95
* Fix various bugs in Haswell counter definitionsrstone2015-03-101-6/+6
* Add ARMv7 performance monitoring counters.br2015-01-281-1/+44
* style(9) cleanuprstone2015-01-221-2/+2
* Update the hwpmc driver to have the new type HASWELL_XEON. Alsorrs2015-01-141-29/+314
* Add missing Ivy Bridge and Haswell events.gnn2014-06-021-0/+3
* Update hwpmc to support core events for Atom Silvermont microarchitecture.hiren2014-03-201-0/+109
* Add hwpmc(4) support for the PowerPC 970 class processors, direct events.jhibbits2014-02-011-0/+57
* 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
* Update the MEM_UOP_RETIRED PMC operation for sandy bridge and sandyadrian2013-08-251-12/+21
* 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-181-0/+16
* The Intel PMC architectural events have encodings which are identical todavide2013-04-301-8/+15
* Trailing whitespace cleanup along with 80 column enforcemnt.sbruno2013-04-031-1600/+1711
* Update hwpmc to support Haswell class processors.sbruno2013-03-281-0/+276
* Update hwpmc to support the Xeon class of Ivybridge processors.sbruno2013-01-311-0/+204
* Cleanup and rename some variables in libpmc and hwpmc.sbruno2012-10-241-5/+5
* Update hwpmc to support the Xeon class of Sandybridge processors.sbruno2012-10-191-0/+221
* Add Intel Ivy Bridge support to hwpmc(9).fabient2012-09-061-0/+200
* Add software PMC support.fabient2012-03-281-1/+11
* Add list of Octeon's PMC counters obtained from cvmx-core.hgonzo2012-03-231-0/+63
* - Add support for the Intel Sandy Bridge microarchitecture (both core and unc...davide2012-03-011-0/+306
* Update PMC events from October 2011 Intel documentation.fabient2012-01-041-6/+6
* Add missing MSR programming for some events.fabient2012-01-041-4/+16
* Implement hwpmc counting PMC support for PowerPC G4+ (MPC745x/MPC744x).jhibbits2011-12-241-0/+227
* Fix two aliases that had the same name but were pointing to differentgnn2010-10-041-2/+2
* - Fix a typo OFFCORE_REQUESTS.ANY.RFO is B0H10H and not 80H10H.fabient2010-04-151-1/+1
* - Support for uncore counting events: one fixed PMC with the uncorefabient2010-04-021-565/+1536
* Add support for hwpmc(4) on the MIPS 24K, 32 bit, embedded processor.gnn2010-03-031-2/+105
* Intel XScale hwpmc(4) support.rpaulo2009-12-231-18/+41
* Reserve events for XScale.rpaulo2009-09-221-2/+29
* Add counters for the i7 architecture which were accidentally leftgnn2009-09-011-3/+59
* - Add support for nehalem/corei7 cpus. This supports all of the corejeff2009-01-271-2/+540
* Add aliases that map architectural event names to fixed function counters.jkoshy2008-12-031-0/+5
* - Add support for PMCs in Intel CPUs of Family 6, model 0xE (Core Solojkoshy2008-11-271-6/+964
* - Sparsely number enumerations 'pmc_cputype' and 'pmc_event' in order tojkoshy2008-10-091-443/+373
* Correct a typo.jkoshy2008-10-061-1/+1
* Fix a typo.jkoshy2008-10-041-1/+1
OpenPOWER on IntegriCloud