| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Disable hwpmc(4) support for Intel Xeon Sandy Bridge (Model 0x2D). | Davide Italiano | 2012-06-17 | 1 | -1/+0 |
| * | Add ARM callchain support for hwpmc. | Fabien Thomas | 2012-06-13 | 1 | -12/+92 |
| * | Soft PMC support for ARM. | Fabien Thomas | 2012-05-23 | 1 | -8/+17 |
| * | Remove out of date KASSERT that fire with soft PMC. | Fabien Thomas | 2012-05-10 | 1 | -12/+0 |
| * | Fix so that ,usr and ,os work correctly with fixed function (IAF) | George V. Neville-Neil | 2012-05-02 | 1 | -1/+2 |
| * | Fix class malloc init for mips and powerpc that was not converted | Fabien Thomas | 2012-04-23 | 2 | -6/+2 |
| * | Add software PMC support. | Fabien Thomas | 2012-03-28 | 15 | -69/+802 |
| * | Fix crash on VirtualBox (and probably on some real hardware): | Oleksandr Tymoshenko | 2012-03-27 | 2 | -1/+8 |
| * | Fix random deadlock on pmcstat exit: | Fabien Thomas | 2012-03-27 | 1 | -2/+4 |
| * | Add Octeon PMC hardware backend | Oleksandr Tymoshenko | 2012-03-23 | 1 | -0/+195 |
| * | Add list of Octeon's PMC counters obtained from cvmx-core.h | Oleksandr Tymoshenko | 2012-03-23 | 1 | -0/+63 |
| * | Rework MIPS PMC code: | Oleksandr Tymoshenko | 2012-03-22 | 3 | -595/+558 |
| * | - Remove unncessary type casts | Oleksandr Tymoshenko | 2012-03-14 | 1 | -6/+15 |
| * | This header file no longer exists when doing cross builds, so remove it. | Adrian Chadd | 2012-03-12 | 1 | -1/+0 |
| * | Implement pmc_save_user_callchain and pmc_save_kernel_callchain for MIPS | Oleksandr Tymoshenko | 2012-03-12 | 1 | -10/+308 |
| * | Properly mask off bits that are not supported in the IAP counters. | George V. Neville-Neil | 2012-03-06 | 1 | -1/+1 |
| * | - Add support for the Intel Sandy Bridge microarchitecture (both core and unc... | Davide Italiano | 2012-03-01 | 5 | -175/+740 |
| * | pmc_*_initialize may return NULL if the CPU is not supported, so check | Ed Maste | 2012-01-28 | 1 | -1/+1 |
| * | Clean up a switch statement for uncore events on Westmere processors. | George V. Neville-Neil | 2012-01-13 | 2 | -12/+3 |
| * | Update PMC events from October 2011 Intel documentation. | Fabien Thomas | 2012-01-04 | 2 | -12/+11 |
| * | Add missing MSR programming for some events. | Fabien Thomas | 2012-01-04 | 3 | -6/+61 |
| * | In sys/dev/hwpmc/hwpmc_amd.c, fix a clang warning about invalid enum | Dimitry Andric | 2011-12-31 | 1 | -3/+1 |
| * | Quite the tinderbox for the holidays. Remove the assert[1]. | Bjoern A. Zeeb | 2011-12-25 | 1 | -5/+0 |
| * | Implement hwpmc counting PMC support for PowerPC G4+ (MPC745x/MPC744x). | Justin Hibbits | 2011-12-24 | 2 | -10/+1029 |
| * | - Remove extra space | Eitan Adler | 2011-12-21 | 1 | -1/+1 |
| * | There's a small set of events on Nehalem, that are not supported in | Fabien Thomas | 2011-12-12 | 1 | -1/+12 |
| * | Update Westmere uncore event exception list. | Fabien Thomas | 2011-12-02 | 1 | -0/+8 |
| * | Flip on processing interrupt profile events for mips24k. | Adrian Chadd | 2011-11-09 | 1 | -1/+61 |
| * | Add a flush of the current PMC log buffer before displaying the next top. | Fabien Thomas | 2011-10-18 | 2 | -18/+61 |
| * | Begin implementing correct MIPS24K sampling mode behaviour. | Adrian Chadd | 2011-10-07 | 1 | -4/+7 |
| * | In order to maximize the re-usability of kernel code in user space this | Kip Macy | 2011-09-16 | 2 | -3/+3 |
| * | Second-to-last commit implementing Capsicum capabilities in the FreeBSD | Robert Watson | 2011-08-11 | 1 | -1/+2 |
| * | Commit the support for removing cpumask_t and replacing it directly with | Attilio Rao | 2011-05-05 | 1 | -4/+4 |
| * | Fix a typo/error. | Attilio Rao | 2011-04-30 | 1 | -1/+1 |
| * | Remove unnecessary usage of memory barriers when dealing with | Attilio Rao | 2011-04-30 | 1 | -3/+3 |
| * | Fix two aliases that had the same name but were pointing to different | George V. Neville-Neil | 2010-10-04 | 1 | -2/+2 |
| * | Fix invalid class removal when IAF is not the last class. | Fabien Thomas | 2010-09-05 | 1 | -15/+2 |
| * | Make sure that we clear the correct bits when we turn off | George V. Neville-Neil | 2010-07-29 | 2 | -21/+34 |
| * | Fix a panic brought about by writing an MSR without a proper mask. | George V. Neville-Neil | 2010-07-13 | 2 | -13/+86 |
| * | Convert pm_runcount to int to correctly check for negative value. | Fabien Thomas | 2010-06-05 | 1 | -8/+5 |
| * | When configuring a system-wide couting PMC, hwpmc was incorrectly logging pro... | Ryan Stone | 2010-05-01 | 1 | -9/+9 |
| * | - Fix a typo OFFCORE_REQUESTS.ANY.RFO is B0H10H and not 80H10H. | Fabien Thomas | 2010-04-15 | 2 | -2/+3 |
| * | - Support for uncore counting events: one fixed PMC with the uncore | Fabien Thomas | 2010-04-02 | 6 | -965/+3455 |
| * | If there is multiple PMCs for the same interrupt ignore new post. | Fabien Thomas | 2010-03-31 | 1 | -3/+5 |
| * | Handling SIGPIPE will cause deadlock/crash. | Fabien Thomas | 2010-03-26 | 1 | -4/+0 |
| * | Change the way shutdown is handled for log file. | Fabien Thomas | 2010-03-08 | 1 | -21/+27 |
| * | Add support for hwpmc(4) on the MIPS 24K, 32 bit, embedded processor. | George V. Neville-Neil | 2010-03-03 | 4 | -2/+811 |
| * | Use VFS_{LOCK,UNLOCK}_GIANT() around the call to vrele(). | Joseph Koshy | 2009-12-29 | 1 | -0/+6 |
| * | * Support the L1D_CACHE_LD event on Core2 processors. | Joseph Koshy | 2009-12-26 | 1 | -8/+8 |
| * | Log process mappings for existing processes at PMC start time. | Joseph Koshy | 2009-12-26 | 1 | -3/+161 |