![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /proc/thread-self/root/opt/rh/gcc-toolset-11/root/usr/share/systemtap/examples/apps/ |
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'