penryn マシン(Core2Duo E8200 2.66GHz -> 3.2 GHz)には、CentOS 5.1 64bit が入れている。デフォルトで入っている OProfile は 9.2 であるため、Penryn に対応していないようだった。
こちらから 9.3 を Download してきた。
基本的に
./configure;make;make install
でいけるのだが、
gcc 4.3 ではうまくいかなったため、gcc 4.1.2 で行ったら難なくできた。
$ opcontrol -v
opcontrol: oprofile 0.9.2 compiled on Mar 14 2007 17:43:08
$ sudo opcontrol --list-events
Using timer interrupt.
$ opcontrol -v
opcontrol: oprofile 0.9.3 compiled on Apr 3 2008 10:55:12
$ sudo opcontrol --list-events
Using timer interrupt.
penryn には 9.3 でも対応していないようである。
こちらから 9.3 を Download してきた。
基本的に
./configure;make;make install
でいけるのだが、
gcc 4.3 ではうまくいかなったため、gcc 4.1.2 で行ったら難なくできた。
$ opcontrol -v
opcontrol: oprofile 0.9.2 compiled on Mar 14 2007 17:43:08
$ sudo opcontrol --list-events
Using timer interrupt.
$ opcontrol -v
opcontrol: oprofile 0.9.3 compiled on Apr 3 2008 10:55:12
$ sudo opcontrol --list-events
Using timer interrupt.
penryn には 9.3 でも対応していないようである。