Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add event aliases for P6 and K8 PMCs. | jkoshy | 2005-04-21 | 1 | -17/+31 |
| | |||||
* | o Do not include <machine/pmc_mdep.h>. It's automaticly included for | marcel | 2005-04-20 | 1 | -9/+9 |
| | | | | | | | | | | | | us when <sys/pmc.h> is included. o Replace "#if __i386__" and "#if __amd64__" with the equivalent of "#ifdef __i386__" and "#ifdef __amd64__" (resp.) These tokens are not defined on all platforms. o Conditionally compile pmc_parse_mask() on i386 and amd64 only. It's only referenced there. This will change when support for other platforms is added, of course. Ok'd by: jkoshy@ | ||||
* | Remove extra Id keyword. | jkoshy | 2005-04-20 | 1 | -2/+0 |
| | |||||
* | Bring a working snapshot of hwpmc(4), its associated libraries, userland ↵ | jkoshy | 2005-04-19 | 1 | -0/+2136 |
utilities and documentation into -CURRENT. Bump FreeBSD_version. Reviewed by: alc, jhb (kernel changes) |