summaryrefslogtreecommitdiffstats
path: root/sys/dev/hwpmc
Commit message (Expand)AuthorAgeFilesLines
* pmc_*_initialize may return NULL if the CPU is not supported, so checkemaste2012-01-281-1/+1
* Clean up a switch statement for uncore events on Westmere processors.gnn2012-01-132-12/+3
* Update PMC events from October 2011 Intel documentation.fabient2012-01-042-12/+11
* Add missing MSR programming for some events.fabient2012-01-043-6/+61
* In sys/dev/hwpmc/hwpmc_amd.c, fix a clang warning about invalid enumdim2011-12-311-3/+1
* Quite the tinderbox for the holidays. Remove the assert[1].bz2011-12-251-5/+0
* Implement hwpmc counting PMC support for PowerPC G4+ (MPC745x/MPC744x).jhibbits2011-12-242-10/+1029
* - Remove extra spaceeadler2011-12-211-1/+1
* There's a small set of events on Nehalem, that are not supported infabient2011-12-121-1/+12
* Update Westmere uncore event exception list.fabient2011-12-021-0/+8
* Flip on processing interrupt profile events for mips24k.adrian2011-11-091-1/+61
* Add a flush of the current PMC log buffer before displaying the next top.fabient2011-10-182-18/+61
* Begin implementing correct MIPS24K sampling mode behaviour.adrian2011-10-071-4/+7
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-162-3/+3
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDrwatson2011-08-111-1/+2
* Commit the support for removing cpumask_t and replacing it directly withattilio2011-05-051-4/+4
* Fix a typo/error.attilio2011-04-301-1/+1
* Remove unnecessary usage of memory barriers when dealing withattilio2011-04-301-3/+3
* Fix two aliases that had the same name but were pointing to differentgnn2010-10-041-2/+2
* Fix invalid class removal when IAF is not the last class.fabient2010-09-051-15/+2
* Make sure that we clear the correct bits when we turn offgnn2010-07-292-21/+34
* Fix a panic brought about by writing an MSR without a proper mask.gnn2010-07-132-13/+86
* Convert pm_runcount to int to correctly check for negative value.fabient2010-06-051-8/+5
* When configuring a system-wide couting PMC, hwpmc was incorrectly logging pro...rstone2010-05-011-9/+9
* - Fix a typo OFFCORE_REQUESTS.ANY.RFO is B0H10H and not 80H10H.fabient2010-04-152-2/+3
* - Support for uncore counting events: one fixed PMC with the uncorefabient2010-04-026-977/+3467
* If there is multiple PMCs for the same interrupt ignore new post.fabient2010-03-311-3/+5
* Handling SIGPIPE will cause deadlock/crash.fabient2010-03-261-4/+0
* Change the way shutdown is handled for log file.fabient2010-03-081-21/+27
* Add support for hwpmc(4) on the MIPS 24K, 32 bit, embedded processor.gnn2010-03-034-2/+811
* Use VFS_{LOCK,UNLOCK}_GIANT() around the call to vrele().jkoshy2009-12-291-0/+6
* * Support the L1D_CACHE_LD event on Core2 processors.jkoshy2009-12-261-8/+8
* Log process mappings for existing processes at PMC start time.jkoshy2009-12-261-3/+161
* Intel XScale hwpmc(4) support.rpaulo2009-12-234-20/+803
* Recognize Intel CPUs with Family 0x6, Models 0x1E and 0x1F.jkoshy2009-12-181-0/+2
* Use a better check for a valid kernel stack address when capturingjkoshy2009-12-031-2/+3
* Fix parenthesis typo -- copy full frame pointer for userland callchain,emaste2009-12-011-1/+1
* Use switch out (SWO) instead of switch in (SWI) debug log mask in csw_out.emaste2009-11-301-1/+1
* - fix a LOR between process lock and pmc thread mutexfabient2009-11-241-14/+19
* Only claim that the PMC_CLASS_IAF PMCs are supported by a CPU ifjkoshy2009-10-241-5/+15
* Handle the case where there is only one PMC in the system.fabient2009-10-211-4/+4
* Fix KASSERT string to include the real module name.rpaulo2009-10-181-1/+1
* Reserve events for XScale.rpaulo2009-09-221-2/+29
* Add counters for the i7 architecture which were accidentally leftgnn2009-09-012-3/+82
* Adjust the handling of the local APIC PMC interrupt vector:jhb2009-08-144-20/+19
* Fix a LOR between pmc_sx and proctree/allproc when creating a new threadattilio2009-06-252-7/+19
* - Add support for nehalem/corei7 cpus. This supports all of the corejeff2009-01-273-53/+838
* Bug fixes:jkoshy2008-12-161-7/+6
* - Disambiguate a few panic messages.jkoshy2008-12-151-35/+37
* - Bug fix: prevent a thread from migrating between CPUs between thejkoshy2008-12-131-16/+60
OpenPOWER on IntegriCloud