aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha/include/pmc_mdep.h
Commit message (Collapse)AuthorAgeFilesLines
* MFP4:Joseph Koshy2005-06-091-0/+13
| | | | | | | | | | | | | | | | | | | - 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. Notes: svn path=/head/; revision=147191
* Add empty header (except of the multiple-inclusion protection) toMarcel Moolenaar2005-04-201-0/+10
get hwpmc(4) to compile on this platform. Notes: svn path=/head/; revision=145332