Hello!
On Wed, Jan 15, 2014 at 2:41 AM, 王斌科 wrote:
> 我唉使用sample-bf-off-cpu时发生如下错误,请各位帮忙看下是什么问题,多谢。
>
> ./sample-bt-off-cpu -p 1152 -t 5
> semantic error: while resolving probe point: identifier 'scheduler' at
> <input>:28:7
> source: probe scheduler.cpu_on {
> ^
> semantic error: no match
这个看起来像是缺少 Linux 内核的调试符号,请尝试命令:
yum install kernel-devel yum-utils
debuginfo-install kernel
Regards,
-agentzh