Searched refs:trace (Results 51 - 75 of 354) sorted by relevance

1234567891011>>

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/uctf/
H A Derr.invalidpid3.d20 trace((pid0`int)0);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/builtinvar/
H A Dtst.execname.d41 trace("execname matched");
47 trace("execname didn't match");
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/docsExamples/
H A Dcountdown.d45 trace(i--);
51 trace("blastoff!");
H A Dcounter.d46 trace(i);
51 trace(i);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pointers/
H A Derr.InvalidAddress2.d45 trace(x);
48 trace(*y);
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/thin_heap_/
H A Dtrace_fn_imps.hpp52 trace() const function in class:PB_DS_CLASS_C_DEC
58 base_type::trace();
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Derr.D_STRINGOF_TYPE.badstringof.d41 printf("%s", stringof (trace(0)));
H A Dtst.rand.d46 trace(rand());
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/offsetof/
H A Derr.D_OFFSETOF_BITFIELD.bitfield.d48 trace(offsetof(struct foo, b));
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/predicates/
H A Derr.D_SYNTAX.invalid.d49 trace(i);
H A Derr.D_SYNTAX.operr.d49 trace(i);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/providers/
H A Derr.D_PDESC_INVAL.wrongdec4.d49 trace(i);
H A Derr.D_PDESC_ZERO.wrongdec1.d48 trace(i);
H A Derr.D_PDESC_ZERO.wrongdec2.d48 trace(i);
H A Derr.D_PDESC_ZERO.wrongdec3.d48 trace(i);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/stop/
H A Dtst.stop1.d50 trace("looks like it's still going");
58 trace("stopped");
69 trace("looks like it really stopped");
76 trace("timed out");
H A Dtst.stop2.d50 trace("looks like it's still going");
58 trace("stopped");
69 trace("looks like it really stopped");
76 trace("timed out");
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/types/
H A Derr.D_PROTO_LEN.badcond1.d43 c = a == "boo" ? printf("error\n") : trace();
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/buffering/
H A Dtst.smallring.d44 trace(0xbadbaddefec8d);
50 trace((int)1);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/privs/
H A Dtst.op_access.ksh37 BEGIN { trace(`utsname); }
38 BEGIN { trace(`kmem_flags); }
41 BEGIN /`initname == "/sbin/init"/ { trace("bad"); }
44 BEGIN { p = `p0; trace(p); }
47 BEGIN { self->p = `p0; trace(self->p); }
50 BEGIN { a[stringof(`initname)] = 42; trace(a["/sbin/init"]); }
53 BEGIN { self->a[stringof(`initname)] = 42; trace(self->a["/sbin/init"]); }
60 trace("pass");
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/safety/
H A Dtst.hton.d41 trace(htons(0x1122));
47 trace(htonl(0x11223344));
53 trace(htonll(0x1122334455667788));
59 trace(ntohs(0x1122));
65 trace(ntohl(0x11223344));
71 trace(ntohll(0x1122334455667788));
H A Dtst.progenyof.d31 * trace progenyof() at every fbt probe point.
45 trace(progenyof(rand()));
50 trace(progenyof(rand()));
/freebsd-11-stable/crypto/openssh/regress/
H A Dagent-timeout.sh8 trace "start agent"
14 trace "add keys with timeout"
22 trace "agent has $n keys"
26 trace "sleeping 2*${SSHAGENT_TIMEOUT} seconds"
34 trace "kill agent"
/freebsd-11-stable/usr.bin/ktrace/
H A DMakefile6 MLINKS= ktrace.1 trace.1
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/raise/
H A Dtst.raise2.d49 trace("raised");
66 trace("timed out");

Completed in 148 milliseconds

1234567891011>>