PATH:
opt
/
bitninja-python-dojo
/
embedded
/
lib
/
python3.9
/
test
/
dtracedata
global tracing probe process.mark("function__entry") { funcname = user_string($arg2); if (funcname == "start") { tracing = 1; } } probe process.mark("gc__start"), process.mark("gc__done") { if (tracing) { printf("%d\t%s:%ld\n", gettimeofday_us(), $$name, $arg1); } } probe process.mark("function__return") { funcname = user_string($arg2); if (funcname == "start") { tracing = 0; } }
[-] assert_usable.stp
[edit]
[-] gc.d
[edit]
[-] line.py
[edit]
[-] gc.stp.expected
[edit]
[-] call_stack.d.expected
[edit]
[+]
..
[-] line.d
[edit]
[-] line.d.expected
[edit]
[-] gc.stp
[edit]
[-] call_stack.stp.expected
[edit]
[-] gc.py
[edit]
[+]
__pycache__
[-] instance.py
[edit]
[-] assert_usable.d
[edit]
[-] call_stack.stp
[edit]
[-] gc.d.expected
[edit]
[-] call_stack.py
[edit]
[-] call_stack.d
[edit]