D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
thread-self
/
root
/
usr
/
share
/
systemtap
/
tapset
/
Filename :
libpython2.7-64.stp
back
Copy
/* 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; }
Name
Size
Last Modified
Owner
Permissions
Actions
libperl5.26.3-64.stp
1.308
KB
May 18 2023 9:35:09
root
0644
libpython2.7-64.stp
0.51
KB
April 10 2024 4:58:42
root
0644
libruby.so.2.5.stp
8.223
KB
December 06 2024 2:24:38
root
0644
2017 © D7net | D704T team