Removed the Requirement to Install Python and NodeJS (Now Bundled with Borealis)
This commit is contained in:
7
Dependencies/Python/Lib/test/dtracedata/line.d
vendored
Normal file
7
Dependencies/Python/Lib/test/dtracedata/line.d
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
python$target:::line
|
||||
/(copyinstr(arg1)=="test_line")/
|
||||
{
|
||||
printf("%d\t%s:%s:%s:%d\n", timestamp,
|
||||
probename, basename(copyinstr(arg0)),
|
||||
copyinstr(arg1), arg2);
|
||||
}
|
Reference in New Issue
Block a user