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

maliubiao maliubiao@gmail.com
Wed Aug 14 12:23:00 GMT 2013


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   .



More information about the Systemtap mailing list