/usr/share/systemtap/examples/apps
NameSizeModeActions
gmalloc_watch.meta5130644editdlrm
gmalloc_watch.stp2610755editdlrm
hello.php210644editdlrm
libguestfs_log.meta7640644editdlrm
libguestfs_log.stp4490755editdlrm
php-trace.meta4990644editdlrm
php-trace.stp26000755editdlrm
stap_time.meta10310644editdlrm
stap_time.stp17010755editdlrm
Edit: /usr/share/systemtap/examples/apps/php-trace.meta (499B)
title: Tracing of PHP code execution name: php-trace.stp keywords: trace dyninst author: anonymous status: experimental exit: user-controlled output: trace description: Trace of executing PHP code using the enabled markers. test_support: stap -l 'process("php").mark("*")' test_check: stap -p4 php-trace.stp test_installcheck: stap php-trace.stp -c 'php -f hello.php' test_check_dyninst: stap --dyninst -p4 php-trace.stp test_installcheck_dyninst: stap --dyninst php-trace.stp -c 'php -f hello.php'