| /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/aggs/ |
| err.D_PROTO_ARG.lquantizetoofew.d | 40 @a[pid] = lquantize(probefunc, probefunc, probefunc, probefunc);
|
| err.D_AGG_SCALAR.maxnoarg.d | 39 @a[pid] = max(probefunc);
|
| err.D_AGG_SCALAR.mintoofew.d | 40 @a[pid] = min(probefunc);
|
| err.D_AGG_SCALAR.quantizetoofew.d | 39 @a[pid] = quantize(probefunc);
|
| err.D_AGG_SCALAR.sumtoofew.d | 40 @a[pid] = sum(probefunc);
|
| err.D_AGG_SCALAR.avgtoofew.d | 41 @a[pid] = avg(probefunc);
|
| err.D_AGG_SCALAR.stddevtoofew.d | 39 @a[pid] = stddev(probefunc);
|
| /onnv/onnv-gate/usr/src/cmd/dtrace/demo/fbt/ |
| ssd.d | 30 printf("%s+%x returned EIO.", probefunc, arg0);
|
| /onnv/onnv-gate/usr/src/cmd/dtrace/demo/script/ |
| syscall.d | 30 @[probefunc] = count();
|
| /onnv/onnv-gate/usr/src/cmd/dtrace/demo/user/ |
| libc.d | 29 @[probefunc] = count();
|
| /onnv/onnv-gate/usr/src/lib/libdtrace_jni/java/docs/examples/ |
| target.d | 32 @[probefunc] = count();
|
| syscall.d | 32 @[probefunc] = count();
|
| /onnv/onnv-gate/usr/src/cmd/dtrace/demo/intro/ |
| rwtime.d | 31 ts[probefunc] = timestamp; 36 /pid == $1 && ts[probefunc] != 0/ 38 printf("%d nsecs", timestamp - ts[probefunc]);
|
| trussrw.d | 31 printf("%s(%d, 0x%x, %4d)", probefunc, arg0, arg1, arg2);
|
| /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/docsExamples/ |
| rwtime.d | 42 ts[probefunc] = timestamp; 47 /(ts[probefunc] != 0) && (pid == 100551)/ 49 printf("%d nsecs\n", timestamp - ts[probefunc]);
|
| rwinfo.d | 53 i[probefunc].ts = timestamp; 54 i[probefunc].calls++; 55 i[probefunc].maxbytes = arg2 > i[probefunc].maxbytes ? 56 arg2 : i[probefunc].maxbytes; 61 /i[probefunc].ts != 0 && pid == 100551/ 63 i[probefunc].elapsed += timestamp - i[probefunc].ts;
|
| trussrw.d | 44 printf("%s(%d, 0x%x, %4d)", probefunc, arg0, arg1, arg2);
|
| /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/providers/ |
| tst.beginprof.d | 32 * print the 'probeprov, probemod, probefunc, probename' from 45 printf("%s %s %s %s", probeprov, probemod, probefunc, probename);
|
| tst.probattrs.d | 32 * print the 'probeprov, probemod, probefunc, probename' at once. 50 printf("%s %s %s %s", probeprov, probemod, probefunc, probename);
|
| tst.probefunc.d | 32 * print the 'probefunc' field i.e. Current probe description's function 34 * Match expected output in tst.probefunc.d.out 50 printf("probe funct = %s", probefunc);
|
| /onnv/onnv-gate/usr/src/cmd/dtrace/demo/struct/ |
| rwinfo.d | 39 i[probefunc].ts = timestamp; 40 i[probefunc].calls++; 41 i[probefunc].maxbytes = arg2 > i[probefunc].maxbytes ? 42 arg2 : i[probefunc].maxbytes; 46 /i[probefunc].ts != 0 && pid == $1/ 48 i[probefunc].elapsed += timestamp - i[probefunc].ts;
|
| /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/fbtprovider/ |
| tst.return0.d | 42 printf("%s %x returned 0", probefunc, arg0);
|
| tst.tailcall.d | 47 printf("called %s\n", probefunc);
|
| /onnv/onnv-gate/usr/src/cmd/dtrace/demo/sysinfo/ |
| find.d | 30 self->syscall = probefunc;
|
| /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/pid/ |
| tst.weak1.d | 58 /probefunc == "go"/ 65 /probefunc == "_go"/
|