40d5eca1b2
PR: ports/154239 Submitted by: Harald Servat <redcrash@gmail.com> (maintainer) Feature safe: yes
12 lines
287 B
Text
12 lines
287 B
Text
|
|
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.
|