aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/pmc.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add new PMC classes and CPU types.Joseph Koshy2008-09-281-3/+8
* Update a comment.Joseph Koshy2008-09-281-1/+1
* Increment major version to mark the ABI change between RELENG_7 and -HEAD.Joseph Koshy2008-01-141-1/+1
* Kernel and hwpmc(4) support for callchain capture.Joseph Koshy2007-12-071-8/+22
* Add userland definitions for parsing callchain records.Joseph Koshy2007-12-031-2/+10
* Remove unused symbols.Joseph Koshy2006-03-281-1/+0
* MFP4: Support for profiling dynamically loaded objects.Joseph Koshy2006-03-261-5/+5
* Fix -Wundef.Ruslan Ermilov2005-12-041-1/+1
* sys/dev/hwpmc/hwpmc_{amd,piv,ppro}.c:Joseph Koshy2005-07-091-2/+2
* MFP4:Joseph Koshy2005-06-301-1/+1
* MFP4:Joseph Koshy2005-06-091-614/+156
* Kernel hooks to support PMC sampling modes.Joseph Koshy2005-05-301-1/+1
* Add convenience APIs pmc_width() and pmc_capabilities() to -lpmc.Joseph Koshy2005-05-011-37/+81
* Return the correct register number in the 'get_msr()' MD function.Joseph Koshy2005-04-281-8/+8
* o Reverse the inclusion chain from MD->MI to MI->MD by includingMarcel Moolenaar2005-04-201-4/+2
* Bring a working snapshot of hwpmc(4), its associated libraries, userland util...Joseph Koshy2005-04-191-0/+1418