Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for Intel cpu model's 5 & 6. | ps | 2006-04-04 | 1 | -1/+1 |
| | | | | Approved by: jkoshy | ||||
* | Add support for a new/unreleased Pentium-M. | ps | 2005-11-18 | 1 | -1/+1 |
| | | | | Reviewed by: jkoshy | ||||
* | On x86 processors, turn off any 'INTERRUPT' capabilities on PMCs | jkoshy | 2005-08-22 | 1 | -3/+13 |
| | | | | | | if the CPU does not have its local APIC enabled. MFC after: 3 days | ||||
* | - Update the CPU version check to recognize P4/EMT64 CPUs. [1] | jkoshy | 2005-07-03 | 1 | -1/+1 |
| | | | | | | | | | - Allow libpmc(3) to support P4/EMT64 PMCs on the amd64 architecture and AMD K8 PMCs on the i386. [2] Submitted by: ps [1] Pointy hat: myself [2] Approved by: re (scottl) | ||||
* | MFP4: | jkoshy | 2005-06-09 | 1 | -0/+179 |
- 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. |