summaryrefslogtreecommitdiffstats
path: root/sys/dev/hwpmc
Commit message (Expand)AuthorAgeFilesLines
* Add software PMC support.fabient2012-03-2815-69/+802
* Fix crash on VirtualBox (and probably on some real hardware):gonzo2012-03-272-1/+8
* Fix random deadlock on pmcstat exit:fabient2012-03-271-2/+4
* Add Octeon PMC hardware backendgonzo2012-03-231-0/+195
* Add list of Octeon's PMC counters obtained from cvmx-core.hgonzo2012-03-231-0/+63
* Rework MIPS PMC code:gonzo2012-03-223-598/+561
* - Remove unncessary type castsgonzo2012-03-141-6/+15
* This header file no longer exists when doing cross builds, so remove it.adrian2012-03-121-1/+0
* Implement pmc_save_user_callchain and pmc_save_kernel_callchain for MIPSgonzo2012-03-121-10/+308
* Properly mask off bits that are not supported in the IAP counters.gnn2012-03-061-1/+1
* - Add support for the Intel Sandy Bridge microarchitecture (both core and unc...davide2012-03-015-177/+742
* 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
OpenPOWER on IntegriCloud