Lines Matching refs:probe
23 probe function-entry(file, function, lineno);
24 probe function-return(file, function, rval);
25 probe builtin-entry(file, function, lineno);
26 probe builtin-return(file, function, rval);
27 probe command-entry(file, function, lineno);
28 probe command-return(file, function, rval);
29 probe script-start(file);
30 probe script-done(file, rval);
31 probe subshell-entry(file, childpid);
32 probe subshell-return(file, rval);
33 probe line(file, lineno);