centos 6.2下安装systemtap的问题
小魔菇 2013-03-06 10:47:47 已经安装了官方所说了 相关软件包
debuginfo包是我手工装的 木有debuginfo 提供的源貌似没有用
运行hello-world.stp是没有问题
但是运行一个 相关的syscall的时候 就出错了
semantic error: no match while resolving probe point syscall.open
Pass 2: analyzed script: 1 probe(s), 7 function(s), 0 embed(s), 0 global(s) using 207388virt/35672res/4816shr kb, in 100usr/130sys/225real ms.
Pass 2: analysis failed. Try again with another '--vp 01' option.
Missing separate debuginfos, use: debuginfo-install kernel-2.6.32-220.el6.x86_64
kernel的两个包
kernel-debug-debuginfo-2.6.32-220.el6.x86_64
kernel-debuginfo-common-x86_64-2.6.32-220.el6.x86_64
已经安装好了
不知道那位大牛遇到相关的问题 请指教一下