| Commit message (Expand) | Author | Age | Files | Lines |
* | Update the hwpmc driver to have the new type HASWELL_XEON. Also | rrs | 2015-01-14 | 8 | -263/+609 |
* | Fix hwpmc sampling for ppc970 (G5-class) processors. | jhibbits | 2014-11-27 | 1 | -17/+11 |
* | Fix hwpmc sampling for MPC74xxx (G4) processors. | jhibbits | 2014-11-27 | 1 | -13/+11 |
* | Clamp too-large hwpmc callchaindepth to the maximum | emaste | 2014-11-20 | 1 | -2/+3 |
* | Fix up module unload for syscall_module_handler consumers. | mjg | 2014-11-01 | 1 | -1/+2 |
* | Use pmc_destroy_pmc_descriptor() to actually free the pmc, which is | markj | 2014-10-17 | 1 | -13/+9 |
* | Since introducing the extra mapping in r250103 for architectural performance | bz | 2014-10-07 | 1 | -1/+1 |
* | Fix PowerPC backtraces. Since kernel and user have completely separate address | jhibbits | 2014-09-14 | 1 | -13/+27 |
* | Remove ia64. | marcel | 2014-07-07 | 1 | -66/+0 |
* | Fix a bug in hwpmc(4) callchain retrieval, for both user and kernel. | jhibbits | 2014-07-03 | 1 | -9/+13 |
* | Pull in r267961 and r267973 again. Fix for issues reported will follow. | hselasky | 2014-06-28 | 2 | -15/+8 |
* | Revert r267961, r267973: | gjb | 2014-06-27 | 2 | -8/+15 |
* | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | hselasky | 2014-06-27 | 2 | -15/+8 |
* | For Xeon 7500 and 48XX (Nehalem EX and Westmere EX) variants of the | kib | 2014-06-04 | 2 | -2/+17 |
* | Add missing Ivy Bridge and Haswell events. | gnn | 2014-06-02 | 1 | -0/+3 |
* | Remove some prototypes for undefined functions. | markj | 2014-05-15 | 2 | -4/+0 |
* | Enable and disable the PMC unit at load/unload time, respectively. | jhibbits | 2014-04-18 | 2 | -0/+8 |
* | Update hwpmc to support core events for Atom Silvermont microarchitecture. | hiren | 2014-03-20 | 3 | -37/+202 |
* | Update kernel inclusions of capability.h to use capsicum.h instead; some | rwatson | 2014-03-16 | 1 | -1/+1 |
* | Fix pointer type in call to malloc | eadler | 2014-03-13 | 1 | -1/+1 |
* | Fix pointer type in call to malloc | eadler | 2014-03-13 | 1 | -1/+1 |
* | Use correct types for sizeof() in the calculations for the malloc(9) sizes [1]. | kib | 2014-03-12 | 1 | -2/+1 |
* | Fix callchain capture for hwpmc(4). While here, some style(9) fixes, too. | jhibbits | 2014-02-27 | 1 | -4/+24 |
* | Add hwpmc(4) support for the PowerPC 970 class processors, direct events. | jhibbits | 2014-02-01 | 5 | -17/+771 |
* | MPC74xx should not fall through, to the error case. | jhibbits | 2014-01-25 | 1 | -0/+1 |
* | Move <machine/apicvar.h> to <x86/apicvar.h>. | jhb | 2014-01-23 | 5 | -5/+5 |
* | Add another Haswell model (0x45) to the set of supported chips. | gnn | 2013-12-20 | 1 | -0/+1 |
* | o Remove assertions on ipa_version as sometimes the version detection | attilio | 2013-12-20 | 3 | -18/+21 |
* | Add userland PMC backtracing, and use the PMC trapframe macros for kernel | jhibbits | 2013-12-14 | 1 | -7/+18 |
* | Fix undefined behavior: (1 << 31) is not defined as 1 is an int and this | eadler | 2013-11-30 | 1 | -1/+1 |
* | Remove local change leftover, this should never have been part of | davide | 2013-09-20 | 1 | -2/+0 |
* | Fix lc_lock/lc_unlock() support for rmlocks held in shared mode. With | davide | 2013-09-20 | 1 | -0/+2 |
* | Fix the build. | jhibbits | 2013-09-05 | 1 | -0/+2 |
* | Change the cap_rights_t type from uint64_t to a structure that we can extend | pjd | 2013-09-05 | 1 | -1/+3 |
* | Fix hwpmc(4) for 32-bit PowerPC. | jhibbits | 2013-09-04 | 2 | -8/+2 |
* | Refactor PowerPC hwpmc(4) driver into generic and specific. More refactoring | jhibbits | 2013-09-03 | 3 | -714/+852 |
* | Complete r250105. Do not zero fields if M_ZERO flag is specified to | davide | 2013-09-01 | 1 | -6/+0 |
* | Remove the duplicate LLC_MISS event and put it in the right order. | adrian | 2013-08-29 | 1 | -3/+2 |
* | Update the mis-predicted branch PMC names (for sandy bridge) to not clash. | adrian | 2013-08-25 | 1 | -2/+2 |
* | Fix a >80 character long line, introduced in my previous commit. | adrian | 2013-08-25 | 1 | -1/+2 |
* | Update the MEM_UOP_RETIRED PMC operation for sandy bridge and sandy | adrian | 2013-08-25 | 2 | -24/+35 |
* | Rename the kld_unload event handler to kld_unload_try, and add a new | markj | 2013-08-24 | 1 | -58/+53 |
* | Change the name of this particular event to reflect the name used in | adrian | 2013-08-21 | 1 | -2/+2 |
* | Correct a typo in the event mask mnemonic. | bz | 2013-08-20 | 1 | -1/+1 |
* | Add in missing events for Sandy Bridge Xeon. | adrian | 2013-08-18 | 2 | -5/+27 |
* | Relax the vm object locking. Use a read lock. | alc | 2013-06-05 | 1 | -10/+10 |
* | Suppress a GCC warning. This warning is actually bogus and newer GCC | davide | 2013-05-02 | 1 | -1/+1 |
* | malloc(9) cannot return NULL if M_WAITOK flag is specified. | davide | 2013-04-30 | 2 | -17/+5 |
* | The Intel PMC architectural events have encodings which are identical to | davide | 2013-04-30 | 2 | -25/+49 |
* | Complete r250097: | davide | 2013-04-30 | 1 | -3/+6 |