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

1234567891011>>

/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pointers/
H A Derr.InvalidAddress2.d45 trace(x);
48 trace(*y);
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/builtinvar/
H A Dtst.execname.d41 trace("execname matched");
47 trace("execname didn't match");
/freebsd-current/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-current/sys/contrib/openzfs/contrib/bpftrace/
H A DMakefile.am1 dist_noinst_DATA += %D%/taskqlatency.bt %D%/zfs-trace.sh
3 SHELLCHECKSCRIPTS += %D%/zfs-trace.sh
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/oformat/
H A Dtst.trace.ksh25 trace(0);
26 trace(1);
27 trace(2);
28 trace(3);
29 trace(4);
30 trace(5);
31 trace(6);
32 trace(7);
33 trace(8);
34 trace(
[all...]
/freebsd-current/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.wrongdec3.d48 trace(i);
H A Derr.D_PDESC_ZERO.wrongdec1.d48 trace(i);
H A Derr.D_PDESC_ZERO.wrongdec2.d48 trace(i);
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/stop/
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");
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");
/freebsd-current/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-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/offsetof/
H A Derr.D_OFFSETOF_BITFIELD.bitfield.d48 trace(offsetof(struct foo, b));
/freebsd-current/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-current/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-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/buffering/
H A Dtst.smallring.d44 trace(0xbadbaddefec8d);
50 trace((int)1);
/freebsd-current/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-current/crypto/openssh/regress/
H A Dconnect.sh8 trace "direct connect"
14 trace "proxy connect"
H A Dagent-timeout.sh8 trace "start agent"
14 trace "add keys with timeout"
24 trace "agent has $n keys"
28 trace "sleeping 2*${SSHAGENT_TIMEOUT} seconds"
36 trace "kill agent"
/freebsd-current/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));
/freebsd-current/sys/contrib/zstd/programs/
H A Dzstdcli_trace.c21 /* We depend on the trace header to avoid duplicating the ZSTD_trace struct.
80 static void TRACE_log(char const* method, PTime duration, ZSTD_Trace const* trace) argument
84 double const ratio = (double)trace->uncompressedSize / (double)trace->compressedSize;
85 double const speed = ((double)trace->uncompressedSize * 1000) / (double)duration;
86 if (trace->params) {
87 ZSTD_CCtxParams_getParameter(trace->params, ZSTD_c_compressionLevel, &level);
88 ZSTD_CCtxParams_getParameter(trace->params, ZSTD_c_nbWorkers, &workers);
109 trace->version,
111 trace
135 ZSTD_trace_compress_end(ZSTD_TraceCtx ctx, ZSTD_Trace const* trace) argument
153 ZSTD_trace_decompress_end(ZSTD_TraceCtx ctx, ZSTD_Trace const* trace) argument
[all...]
/freebsd-current/sys/contrib/dev/iwlwifi/
H A Diwl-devtrace.c38 SDT_PROBE_DEFINE4(iwlwifi, trace, dev_hcmd, ,
49 SDT_PROBE4(iwlwifi, trace, dev_hcmd, ,
53 SDT_PROBE_DEFINE4(iwlwifi, trace, dev_rx, ,
64 SDT_PROBE4(iwlwifi, trace, dev_rx, ,
68 SDT_PROBE_DEFINE4(iwlwifi, trace, dev_rx_data, ,
79 SDT_PROBE4(iwlwifi, trace, dev_rx_data, ,

Completed in 142 milliseconds

1234567891011>>