summaryrefslogtreecommitdiffstats
path: root/lib/libpmc/libpmc.c
Commit message (Collapse)AuthorAgeFilesLines
* Add event aliases for P6 and K8 PMCs.jkoshy2005-04-211-17/+31
|
* o Do not include <machine/pmc_mdep.h>. It's automaticly included formarcel2005-04-201-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.jkoshy2005-04-201-2/+0
|
* Bring a working snapshot of hwpmc(4), its associated libraries, userland ↵jkoshy2005-04-191-0/+2136
utilities and documentation into -CURRENT. Bump FreeBSD_version. Reviewed by: alc, jhb (kernel changes)
OpenPOWER on IntegriCloud