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]

stap error


Hi,

 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/...
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.


-Manjunath


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]