This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Hello,
11 ÐÑÑÐÐÑ 2007 Ð 15:26 +0530 manjunath k ÐÐÐÐÑÐÐ(-ÐÐ):
> I've setup systemtap and the following error is seen after executing the
> hello world example.
> stap -ve 'probe begin { log("hello world") exit () }'
>
> PASS 1: pased user script and 0 library scripts in 0usr/0sys/...
^
It looks like tapset was not installed or installed into wrong location.
It should be installed into $prefix/share/systemtap/tapset (by default
/usr/local/systemtap/tapset). You can try to run stap with -vve flags to
see where it searches tapset scripts.
> semantic error: unresolved arity-1 function: identifier 'log' at <input>:1:15
> semantic error: unresolved arity-0 function: identifier 'exit' at <input>:1:28
>
> PASS 2:analysis failed.
Attachment:
signature.asc
Description: Digital signature
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |