mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
40d5eca1b2
PR: ports/154239 Submitted by: Harald Servat <redcrash@gmail.com> (maintainer) Feature safe: yes
13 lines
287 B
Plaintext
13 lines
287 B
Plaintext
|
|
In order to get PAPI working on this machine you must setup a kernel with
|
|
|
|
* options HWPMC_HOOKS
|
|
and,
|
|
* device hwpmc (or kldload hwpmc.ko)
|
|
|
|
Additionally, for i386 systems you need:
|
|
* device apic
|
|
|
|
See http://code.google.com/p/papi-for-freebsd/wiki/HowToInstall for further
|
|
details.
|