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]

probe point "process(PATH).function(*).return" not ready yet?


Code:
probe process("../build/lpg").function("*").reutnr {
printf("%s\n", probefunc());
}
Result:
semantic error: while resolving probe point: identifier 'process' at
hello.stp:8:7
        source: probe process("../build/lpg").function("*").return {
                      ^

semantic error: process return probes not available [man error::inode-uprobes]
Pass 2: analysis failed.  [man error::pass2]

This probe point is in the systemtap language reference, what's wrong?
thanks   .


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