summaryrefslogtreecommitdiffstats
path: root/lib/libpmc/libpmc.c
Commit message (Expand)AuthorAgeFilesLines
* lib: minor spelling fixes in comments.pfg2016-05-011-1/+1
* Add support for Intel Skylake and Intel Broadwell PMC's. The Broadwell PMC's ...rrs2015-11-301-1/+117
* For the Cortex-A8 use the a8 and not the a9 events table.bz2015-10-141-1/+1
* o Rework ARMv7 events list using aliases - same way as we have for arm64.br2015-06-101-10/+53
* Use fixed enum values for PMC_CLASSES().jhb2015-05-191-5/+12
* Add Performance Monitoring Counters support for AArch64.br2015-05-191-0/+77
* Implement hwpmc(4) for Freescale e500 core.jhibbits2015-04-181-2/+22
* Add support for the MIPS74K SoC family performance counters events.adrian2015-04-051-0/+21
* Use the correct event table for Haswell Xeon eventsrstone2015-03-101-1/+1
* Add ARMv7 performance monitoring counters.br2015-01-281-0/+42
* Update the hwpmc driver to have the new type HASWELL_XEON. Alsorrs2015-01-141-1/+24
* For Xeon 7500 and 48XX (Nehalem EX and Westmere EX) variants of thekib2014-06-041-1/+45
* Update hwpmc to support core events for Atom Silvermont microarchitecture.hiren2014-03-201-0/+22
* Add hwpmc(4) support for the PowerPC 970 class processors, direct events.jhibbits2014-02-011-10/+32
* Update hwpmc to support Haswell class processors.sbruno2013-03-281-0/+62
* Update hwpmc to support the Xeon class of Ivybridge processors.sbruno2013-01-311-1/+22
* Fix a few warnings from newer clang 3.2 in libpmc, about comparing enumdim2012-11-051-2/+2
* Cleanup and rename some variables in libpmc and hwpmc.sbruno2012-10-241-1/+1
* Update hwpmc to support the Xeon class of Sandybridge processors.sbruno2012-10-191-3/+24
* Add Intel Ivy Bridge support to hwpmc(9).fabient2012-09-061-8/+67
* Add software PMC support.fabient2012-03-281-26/+92
* Add Octeon-related parts to libpmcgonzo2012-03-231-0/+21
* Make reusable part of code have mips prefix, not mips24gonzo2012-03-221-9/+10
* - Add support for the Intel Sandy Bridge microarchitecture (both core and unc...davide2012-03-011-0/+36
* Implement hwpmc counting PMC support for PowerPC G4+ (MPC745x/MPC744x).jhibbits2011-12-241-0/+62
* In lib/libpmc/libpmc.c, struct pmc_cputype_map's pm_cputype field shoulddim2011-12-161-1/+1
* Add a flush of the current PMC log buffer before displaying the next top.fabient2011-10-181-0/+6
* Fix invalid class removal when IAF is not the last class.fabient2010-09-051-4/+4
* When configuring hwpmc to use the EXT_SNOOP event, only send a default caches...rstone2010-05-011-1/+8
* - Support for uncore counting events: one fixed PMC with the uncorefabient2010-04-021-7/+174
* Add support for hwpmc(4) on the MIPS 24K, 32 bit, embedded processor.gnn2010-03-031-2/+65
* Bug fix: add a missing initializer.jkoshy2010-01-121-0/+1
* Intel XScale hwpmc(4) support.rpaulo2009-12-231-0/+45
* Not all Intel Core (TM) CPUs implement PMC_CLASS_IAF fixed-functionjkoshy2009-10-241-12/+47
* Fix parsing of Core2 event qualifiers.jkoshy2009-06-091-7/+7
* - Add support for nehalem/corei7 cpus. This supports all of the corejeff2009-01-271-1/+23
* Fixes for Core2 Extreme support.jkoshy2008-12-031-1/+5
* - Add support for PMCs in Intel CPUs of Family 6, model 0xE (Core Solojkoshy2008-11-271-36/+406
* - Sparsely number enumerations 'pmc_cputype' and 'pmc_event' in order tojkoshy2008-10-091-101/+287
* Whitespace fixes.jkoshy2008-09-171-10/+10
* Add event name aliases for Pentium PMCs.jkoshy2008-09-171-1/+8
* Correct an event name alias: event "k7-dc-misses" does not supportjkoshy2008-09-161-1/+1
* Bring the behaviour of pmc_capabilities() and pmc_width() in line withjkoshy2008-03-121-3/+5
* Improve style(9) compliance and trim a long text line.jkoshy2007-12-071-128/+109
* Correct a typo in an event name alias.jkoshy2007-04-111-1/+1
* Update the pmc(3) manual page's date string and freshen the year in the (c) l...jkoshy2006-03-201-1/+1
* Add an alias 'unhalted-cycles' denoting cycles where the CPU isjkoshy2006-02-251-0/+3
* - Update the CPU version check to recognize P4/EMT64 CPUs. [1]jkoshy2005-07-031-7/+12
* Fix tinderbox breakage.jkoshy2005-06-101-4/+13
* MFP4:jkoshy2005-06-091-711/+753
OpenPOWER on IntegriCloud