D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
share
/
systemtap
/
examples
/
apps
/
Filename :
php-trace.meta
back
Copy
title: Tracing of PHP code execution name: php-trace.stp keywords: trace 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'