- 论坛徽章:
- 1
|
本帖最后由 shihyu 于 2015-09-16 11:07 编辑
ubuntu 12.04
bash stap_base.stp 'module("scsi_mod").function("scsi_request_fn")' 'module("scsi_mod").function("*")' | tee scsi_request_fn.log
semantic error: no match while resolving probe point module("scsi_mod").function("*").call
semantic error: no match while resolving probe point module("scsi_mod").function("*").return
semantic error: no match while resolving probe point module("scsi_mod").function("scsi_request_fn").call
semantic error: no match while resolving probe point module("scsi_mod").function("scsi_request_fn").return
semantic error: unresolved arity-0 function: identifier 'ppfunc' at stap_base.stp:19:10
source: ppfunc (),
^
Pass 2: analysis failed. Try again with another '--vp 01' option.
|
|