summaryrefslogtreecommitdiffstats
path: root/sys/dev/hwpmc
Commit message (Expand)AuthorAgeFilesLines
...
* | MFCattilio2013-02-261-2/+6
* | Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() toattilio2013-02-201-10/+10
* | Switch vm_object lock to be a rwlock.attilio2013-02-201-0/+1
|/
* Update hwpmc to support the Xeon class of Ivybridge processors.sbruno2013-01-313-191/+428
* Quiesce a couple of clang warningssbruno2013-01-122-2/+2
* Fixup r240246: hwpmc needs to retain the pinning until ASTs are notattilio2012-10-301-1/+1
* Cleanup and rename some variables in libpmc and hwpmc.sbruno2012-10-241-5/+5
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-221-3/+0
* Update hwpmc to support the Xeon class of Sandybridge processors.sbruno2012-10-193-211/+532
* hwpmc amd_pcpu_fini: fix a bug in code locked under DEBUGavg2012-09-181-1/+1
* Remove all the checks on curthread != NULL with the exception of some MDattilio2012-09-132-9/+3
* Complete and merge the list between Sandy/Ivy bridge of eventsfabient2012-09-071-28/+18
* Add Intel Ivy Bridge support to hwpmc(9).fabient2012-09-064-176/+433
* Disable hwpmc(4) support for Intel Xeon Sandy Bridge (Model 0x2D).davide2012-06-171-1/+0
* Add ARM callchain support for hwpmc.fabient2012-06-131-12/+92
* Soft PMC support for ARM.fabient2012-05-231-8/+17
* Remove out of date KASSERT that fire with soft PMC.fabient2012-05-101-12/+0
* Fix so that ,usr and ,os work correctly with fixed function (IAF)gnn2012-05-021-1/+2
* Fix class malloc init for mips and powerpc that was not convertedfabient2012-04-232-6/+2
* 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
OpenPOWER on IntegriCloud