░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
vps.doorgans.com
LOCATION:
/usr/share/systemtap/tapset
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: libpython2.7-64.stp
/* Systemtap tapset to make it easier to trace Python */ /* Define python.function.entry/return: */ probe python.function.entry = process("python").library("/usr/lib64/libpython2.7.so.1.0").mark("function__entry") { filename = user_string($arg1); funcname = user_string($arg2); lineno = $arg3; } probe python.function.return = process("python").library("/usr/lib64/libpython2.7.so.1.0").mark("function__return") { filename = user_string($arg1); funcname = user_string($arg2); lineno = $arg3; }
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 libperl5.26.3-64.stp
STP
1.3 KB
2025-07-28 08:07
EDIT
📄 libpython2.7-64.stp
STP
522 B
2024-04-10 04:58
EDIT
📄 sssd.stp
STP
8.9 KB
2026-07-28 01:54
EDIT
📄 sssd_functions.stp
STP
4.7 KB
2026-07-28 01:54
EDIT