aboutsummaryrefslogtreecommitdiff
path: root/lib/libpmc/libpmc.c
Commit message (Expand)AuthorAgeFilesLines
* hwpmc: Enable hwpmc support for AMD Family 17H devicesMatt Macy2018-10-261-0/+727
* Revert r330897:Eitan Adler2018-03-291-2/+0
* Partial merge of the SPDX changesEitan Adler2018-03-141-0/+2
* MFC r327911:Justin Hibbits2018-02-041-1/+2
* MFC r323230:Konstantin Belousov2017-09-201-1/+23
* MFC r323229:Konstantin Belousov2017-09-201-5/+6
* lib: minor spelling fixes in comments.Pedro F. Giffuni2016-05-011-1/+1
* Add support for Intel Skylake and Intel Broadwell PMC's. The Broadwell PMC's ...Randall Stewart2015-11-301-1/+117
* For the Cortex-A8 use the a8 and not the a9 events table.Bjoern A. Zeeb2015-10-141-1/+1
* o Rework ARMv7 events list using aliases - same way as we have for arm64.Ruslan Bukin2015-06-101-10/+53
* Use fixed enum values for PMC_CLASSES().John Baldwin2015-05-191-5/+12
* Add Performance Monitoring Counters support for AArch64.Ruslan Bukin2015-05-191-0/+77
* Implement hwpmc(4) for Freescale e500 core.Justin Hibbits2015-04-181-2/+22
* Add support for the MIPS74K SoC family performance counters events.Adrian Chadd2015-04-051-0/+21
* Use the correct event table for Haswell Xeon eventsRyan Stone2015-03-101-1/+1
* Add ARMv7 performance monitoring counters.Ruslan Bukin2015-01-281-0/+42
* Update the hwpmc driver to have the new type HASWELL_XEON. AlsoRandall Stewart2015-01-141-1/+24
* For Xeon 7500 and 48XX (Nehalem EX and Westmere EX) variants of theKonstantin Belousov2014-06-041-1/+45
* Update hwpmc to support core events for Atom Silvermont microarchitecture.Hiren Panchasara2014-03-201-0/+22
* Add hwpmc(4) support for the PowerPC 970 class processors, direct events.Justin Hibbits2014-02-011-10/+32
* Update hwpmc to support Haswell class processors.Sean Bruno2013-03-281-0/+62
* Update hwpmc to support the Xeon class of Ivybridge processors.Sean Bruno2013-01-311-1/+22
* Fix a few warnings from newer clang 3.2 in libpmc, about comparing enumDimitry Andric2012-11-051-2/+2
* Cleanup and rename some variables in libpmc and hwpmc.Sean Bruno2012-10-241-1/+1
* Update hwpmc to support the Xeon class of Sandybridge processors.Sean Bruno2012-10-191-3/+24
* Add Intel Ivy Bridge support to hwpmc(9).Fabien Thomas2012-09-061-8/+67
* Add software PMC support.Fabien Thomas2012-03-281-26/+92
* Add Octeon-related parts to libpmcOleksandr Tymoshenko2012-03-231-0/+21
* Make reusable part of code have mips prefix, not mips24Oleksandr Tymoshenko2012-03-221-9/+10
* - Add support for the Intel Sandy Bridge microarchitecture (both core and unc...Davide Italiano2012-03-011-0/+36
* Implement hwpmc counting PMC support for PowerPC G4+ (MPC745x/MPC744x).Justin Hibbits2011-12-241-0/+62
* In lib/libpmc/libpmc.c, struct pmc_cputype_map's pm_cputype field shouldDimitry Andric2011-12-161-1/+1
* Add a flush of the current PMC log buffer before displaying the next top.Fabien Thomas2011-10-181-0/+6
* Fix invalid class removal when IAF is not the last class.Fabien Thomas2010-09-051-4/+4
* When configuring hwpmc to use the EXT_SNOOP event, only send a default caches...Ryan Stone2010-05-011-1/+8
* - Support for uncore counting events: one fixed PMC with the uncoreFabien Thomas2010-04-021-7/+174
* Add support for hwpmc(4) on the MIPS 24K, 32 bit, embedded processor.George V. Neville-Neil2010-03-031-2/+65
* Bug fix: add a missing initializer.Joseph Koshy2010-01-121-0/+1
* Intel XScale hwpmc(4) support.Rui Paulo2009-12-231-0/+45
* Not all Intel Core (TM) CPUs implement PMC_CLASS_IAF fixed-functionJoseph Koshy2009-10-241-12/+47
* Fix parsing of Core2 event qualifiers.Joseph Koshy2009-06-091-7/+7
* - Add support for nehalem/corei7 cpus. This supports all of the coreJeff Roberson2009-01-271-1/+23
* Fixes for Core2 Extreme support.Joseph Koshy2008-12-031-1/+5
* - Add support for PMCs in Intel CPUs of Family 6, model 0xE (Core SoloJoseph Koshy2008-11-271-36/+406
* - Sparsely number enumerations 'pmc_cputype' and 'pmc_event' in order toJoseph Koshy2008-10-091-101/+287
* Whitespace fixes.Joseph Koshy2008-09-171-10/+10
* Add event name aliases for Pentium PMCs.Joseph Koshy2008-09-171-1/+8
* Correct an event name alias: event "k7-dc-misses" does not supportJoseph Koshy2008-09-161-1/+1
* Bring the behaviour of pmc_capabilities() and pmc_width() in line withJoseph Koshy2008-03-121-3/+5
* Improve style(9) compliance and trim a long text line.Joseph Koshy2007-12-071-128/+109