Searched refs:probefunc (Results 1 - 25 of 79) sorted by relevance

1234

/freebsd-10.1-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Derr.D_PROTO_ARG.lquantizetoofew.d40 @a[pid] = lquantize(probefunc, probefunc, probefunc, probefunc);
H A Derr.D_AGG_SCALAR.maxnoarg.d39 @a[pid] = max(probefunc);
H A Derr.D_AGG_SCALAR.mintoofew.d40 @a[pid] = min(probefunc);
H A Derr.D_AGG_SCALAR.quantizetoofew.d39 @a[pid] = quantize(probefunc);
H A Derr.D_AGG_SCALAR.sumtoofew.d40 @a[pid] = sum(probefunc);
H A Derr.D_AGG_SCALAR.avgtoofew.d41 @a[pid] = avg(probefunc);
H A Derr.D_AGG_SCALAR.stddevtoofew.d39 @a[pid] = stddev(probefunc);
/freebsd-10.1-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/docsExamples/
H A Drwtime.d42 ts[probefunc] = timestamp;
47 /(ts[probefunc] != 0) && (pid == 100551)/
49 printf("%d nsecs\n", timestamp - ts[probefunc]);
H A Drwinfo.d53 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;
H A Dtrussrw.d44 printf("%s(%d, 0x%x, %4d)", probefunc, arg0, arg1, arg2);
/freebsd-10.1-release/cddl/contrib/dtracetoolkit/Bin/
H A Dsyscallbysysc.d10 syscall:::entry { @num[probefunc] = count(); }
H A Dsyscallbypid.d47 @num[pid, execname, probefunc] = count();
H A Dpl_syscalls.d57 @calls[basename(execname), "syscall", probefunc] = count();
/freebsd-10.1-release/cddl/contrib/dtracetoolkit/System/
H A Dsyscallbysysc.d10 syscall:::entry { @num[probefunc] = count(); }
/freebsd-10.1-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/providers/
H A Dtst.beginprof.d32 * print the 'probeprov, probemod, probefunc, probename' from
45 printf("%s %s %s %s", probeprov, probemod, probefunc, probename);
H A Dtst.probattrs.d32 * print the 'probeprov, probemod, probefunc, probename' at once.
50 printf("%s %s %s %s", probeprov, probemod, probefunc, probename);
H A Dtst.probefunc.d32 * 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);
/freebsd-10.1-release/sys/compat/linux/
H A Dstats_timing.d50 self->time[probefunc] = vtimestamp;
51 @calls[probeprov, execname, probefunc] = count();
55 /self->time[probefunc] != 0/
57 this->timediff = self->time[probefunc] - vtimestamp;
59 @stats[probeprov, execname, probefunc] = quantize(this->timediff);
60 @longest[probeprov, probefunc] = max(this->timediff);
62 self->time[probefunc] = 0;
75 @lockstats[probefunc] = quantize(this->timediff);
76 @longlock[probefunc] = max(this->timediff);
H A Dcheck_internal_locks.d53 /check[probefunc] > 0/
55 printf("ERROR: recursive lock of %s (%p),", probefunc, arg0);
65 ++check[probefunc];
66 @stats[probefunc] = count();
68 ts[probefunc] = timestamp;
69 spec[probefunc] = speculation();
76 /check[probefunc] == 0/
78 printf("ERROR: unlock attemt of unlocked %s (%p),", probefunc, arg0);
80 printf(" while the %s was already held (race condition).", probefunc);
90 discard(spec[probefunc]);
[all...]
H A Dtrace_futexes.d67 probefunc);
77 probename, probeprov, probemod, probefunc, execname);
111 ++check[probefunc, arg0];
112 @stats[probefunc] = count();
114 ts[probefunc] = timestamp;
115 spec[probefunc] = speculation();
116 printf("Stacktrace of last lock operation of the %s:\n", probefunc);
121 /check[probefunc, arg0] == 0/
123 printf("ERROR: unlock attemt of unlocked %s (%p),", probefunc, arg0);
125 printf(" while the %s was already held (race condition).", probefunc);
[all...]
/freebsd-10.1-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/fbtprovider/
H A Dtst.return0.d42 printf("%s %x returned 0", probefunc, arg0);
H A Dtst.tailcall.d47 printf("called %s\n", probefunc);
/freebsd-10.1-release/cddl/contrib/dtracetoolkit/Proc/
H A Dsyscallbypid.d47 @num[pid, execname, probefunc] = count();
/freebsd-10.1-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.weak1.d58 /probefunc == "go"/
65 /probefunc == "_go"/
H A Dtst.weak2.d58 /probefunc == "_go"/
65 /probefunc == "go"/

Completed in 61 milliseconds

1234