gitのキホンとoprofile

  • 投稿日:
  • by



カーネルのソースをいじるならgitだそうで。


別になんでもええですが、gitはローカルにリポジトリ持つので、ネットつながなくていいからいい感じ。


タグをカチャカチャ切り替えられるのもいい感じ。



カーネルいじる前にoprofileの確認しておきたいのに、うまくいかず。


どうやら圧縮してないカーネルのイメージが要るみたい。



[root@localhost test]# opcontrol --vmlinux='uname -r'
The specified file uname does not seem to be valid
Make sure you are using the non-compressed image file (e.g. vmlinux not vmlinuz)

ちゃんとマニュアル読んでからやらないとだめぽいですな。