Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Quite the tinderbox for the holidays. Remove the assert[1]. | bz | 2011-12-25 | 1 | -5/+0 |
| | | | | | Suggested by: jhibbits [1] MFC after: 3 days | ||||
* | Implement hwpmc counting PMC support for PowerPC G4+ (MPC745x/MPC744x). | jhibbits | 2011-12-24 | 1 | -10/+802 |
| | | | | | | | Sampling is in progress. Approved by: nwhitehorn (mentor) MFC after: 9.0-RELEASE | ||||
* | Unbreak LINT. | jkoshy | 2008-11-22 | 1 | -0/+6 |
| | |||||
* | Add stub functions to unbreak LINT. | jkoshy | 2007-12-07 | 1 | -0/+20 |
| | |||||
* | MFP4: | jkoshy | 2005-06-09 | 1 | -0/+40 |
- Implement sampling modes and logging support in hwpmc(4). - Separate MI and MD parts of hwpmc(4) and allow sharing of PMC implementations across different architectures. Add support for P4 (EMT64) style PMCs to the amd64 code. - New pmcstat(8) options: -E (exit time counts) -W (counts every context switch), -R (print log file). - pmc(3) API changes, improve our ability to keep ABI compatibility in the future. Add more 'alias' names for commonly used events. - bug fixes & documentation. |