aperf: Sensor for effective CPU frequency using APERF/MPERF MSRs.
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Sat, 11 Jul 2015 13:11:57 +0000 (21:11 +0800)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Sat, 11 Jul 2015 16:04:27 +0000 (00:04 +0800)
commitd5d7287495bd08fe8845d5f8e4ea880db567511a
treec52da81bfd67ac820f1a0fc5d9953798058fe8c5
parent8b6649741e3e1aaaaae647360bbe7ae30e9b16f7
aperf: Sensor for effective CPU frequency using APERF/MPERF MSRs.

It was adapted by me to fit into cpu sensor device and utilize our
per-cpu sensor tasks.

Obtained-from: Imre Vadasz <imre@vdsz.com>
share/man/man4/Makefile
share/man/man4/aperf.4 [new file with mode: 0644]
sys/conf/files
sys/config/LINT64
sys/dev/misc/Makefile
sys/dev/misc/aperf/Makefile [new file with mode: 0644]
sys/dev/misc/aperf/aperf.c [new file with mode: 0644]