MinDalle_StableDiff/Python310/Lib/test/dtracedata/line.d

8 lines
179 B
D
Raw Permalink Normal View History

2022-09-17 15:26:13 +03:00
python$target:::line
/(copyinstr(arg1)=="test_line")/
{
printf("%d\t%s:%s:%s:%d\n", timestamp,
probename, basename(copyinstr(arg0)),
copyinstr(arg1), arg2);
}