Nexus File Manager
v2.0
🏠
Dashboard
⚡
System
🌐
›
opt
›
alt
›
python33
›
share
›
systemptap
›
tapset
Quick:
⬆️ Parent
🌐 Root
🏠 Home
🌍 WWW
📁 Temp
⚙️ Etc
📤 Upload
📁 Create
⚡ WordPress Admin
🔄 Refresh
✏️ libpython3.3-debug-64.stp
← Back
/* Systemtap tapset to make it easier to trace Python */ /* Define python.function.entry/return: */ probe python.function.entry = process("python3-debug").library("/opt/alt/python33/lib64/libpython3.3dm.so.1.0").mark("function__entry") { filename = user_string($arg1); funcname = user_string($arg2); lineno = $arg3; } probe python.function.return = process("python3-debug").library("/opt/alt/python33/lib64/libpython3.3dm.so.1.0").mark("function__return") { filename = user_string($arg1); funcname = user_string($arg2); lineno = $arg3; }
💻
System Info
Current path
/opt/alt/python33/share/systemptap/tapset
Contents
0 folders, 2 files
Disk free
101.18 GB
PHP version
8.3.30
🚀
Quick Actions
📍 Script location
🌐 Web root
🗑️ Temp
📁 /opt/alt/python33/share/systemptap/tapset
⚡ Nexus File Manager • 2 items