summaryrefslogtreecommitdiffstats
path: root/lib/libpmc/libpmc.c
Commit message (Expand)AuthorAgeFilesLines
* MFC of r277177 and r279894 with the fixes for the PMC for Haswell.rrs2015-03-241-1/+24
* MFC r267062:kib2014-06-181-1/+45
* MFC r263446hiren2014-05-311-0/+22
* MFC r261342jhibbits2014-03-141-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
* Add convenience APIs pmc_width() and pmc_capabilities() to -lpmc.jkoshy2005-05-011-0/+30
* Add event aliases for P6 and K8 PMCs.jkoshy2005-04-211-17/+31
* o Do not include <machine/pmc_mdep.h>. It's automaticly included formarcel2005-04-201-9/+9
* Remove extra Id keyword.jkoshy2005-04-201-2/+0
* Bring a working snapshot of hwpmc(4), its associated libraries, userland util...jkoshy2005-04-191-0/+2136
OpenPOWER on IntegriCloud