Removed the Requirement to Install Python and NodeJS (Now Bundled with Borealis)
This commit is contained in:
18
Dependencies/Python/Lib/test/dtracedata/gc.d
vendored
Normal file
18
Dependencies/Python/Lib/test/dtracedata/gc.d
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
python$target:::function-entry
|
||||
/copyinstr(arg1) == "start"/
|
||||
{
|
||||
self->trace = 1;
|
||||
}
|
||||
|
||||
python$target:::gc-start,
|
||||
python$target:::gc-done
|
||||
/self->trace/
|
||||
{
|
||||
printf("%d\t%s:%ld\n", timestamp, probename, arg0);
|
||||
}
|
||||
|
||||
python$target:::function-return
|
||||
/copyinstr(arg1) == "start"/
|
||||
{
|
||||
self->trace = 0;
|
||||
}
|
Reference in New Issue
Block a user