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

12

/freebsd-12-stable/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-12-stable/sys/compat/linux/
H A Dcheck_internal_locks.d48 /check[probefunc] > 0/
50 printf("ERROR: recursive lock of %s (%p),", probefunc, arg0);
57 ++check[probefunc];
58 @stats[probefunc] = count();
60 ts[probefunc] = timestamp;
61 spec[probefunc] = speculation();
65 /check[probefunc] == 0/
67 printf("ERROR: unlock attempt of unlocked %s (%p),", probefunc, arg0);
69 printf(" while the %s was already held (race condition).", probefunc);
76 discard(spec[probefunc]);
[all...]
H A Dstats_timing.d49 self->time[probefunc] = vtimestamp;
50 @calls[probeprov, execname, probefunc] = count();
54 /self->time[probefunc] != 0/
56 this->timediff = self->time[probefunc] - vtimestamp;
58 @stats[probeprov, execname, probefunc] = quantize(this->timediff);
59 @longest[probeprov, probefunc] = max(this->timediff);
61 self->time[probefunc] = 0;
74 @lockstats[probefunc] = quantize(this->timediff);
75 @longlock[probefunc] = max(this->timediff);
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 attempt of unlocked %s (%p),", probefunc, arg0);
125 printf(" while the %s was already held (race condition).", probefunc);
[all...]
/freebsd-12-stable/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-12-stable/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-12-stable/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-12-stable/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"/
H A Dtst.newprobes.ksh40 printf("%s:%s\n", probefunc, probename);
H A Dtst.provregex1.ksh79 printf("%s:%s:%s\n", probemod, probefunc, probename);
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/mdb/
H A Dtst.dtracedcmd.ksh42 @[probefunc] = count();
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/pid/
H A Dtst.br.d46 printf("%s:%s\n", probefunc, probename);
/freebsd-12-stable/cddl/usr.sbin/dtrace/tests/common/providers/
H A DMakefile22 tst.probefunc.d \
23 tst.probefunc.d.out \

Completed in 199 milliseconds

12