Searched refs:trace (Results 76 - 100 of 460) sorted by relevance

1234567891011>>

/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/raise/
H A Dtst.raise2.d49 trace("raised");
66 trace("timed out");
H A Dtst.raise1.d49 trace("raised");
66 trace("timed out");
H A Dtst.raise3.d49 trace("raised");
66 trace("timed out");
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/safety/
H A Dtst.progenyof.d31 * trace progenyof() at every fbt probe point.
45 trace(progenyof(rand()));
50 trace(progenyof(rand()));
H A Dtst.index.d41 trace(index((char *)rand(), (char *)(rand() ^ vtimestamp)));
47 trace(rindex((char *)rand(), (char *)(rand() ^ vtimestamp,
54 trace(index((char *)arg0, (char *)arg1, rand()));
60 trace(rindex((char *)arg0, (char *)arg1));
H A Dtst.strchr.d41 trace(strchr((char *)(rand() ^ timestamp), rand()));
47 trace(strrchr((char *)(rand() ^ timestamp), rand()));
53 trace(strchr((char *)arg0, '!'));
59 trace(strrchr((char *)arg0, '!'));
H A Dtst.vahole.d42 trace(*(int *)0x8000000000000000 ^ rand());
44 trace(*(int *)(`kernelbase - 1));
H A Dtst.msgdsize.d51 trace(msgdsize((mblk_t *)rand()));
57 trace(msgdsize((mblk_t *)arg1));
/freebsd-current/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dtrace_spl.h27 #include <sys/trace.h>
/freebsd-current/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-trace.c23 * Each DTRACE_PROBE must define its trace point in one (and only one)
31 #include <sys/trace.h>
/freebsd-current/usr.bin/ktrace/
H A DMakefile4 MLINKS= ktrace.1 trace.1
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/predicates/
H A Dtst.basics.d50 trace(i);
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/stability/
H A Derr.D_ATTR_MIN.MinAttributes.d43 trace(curthread->t_procp);
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.fork.d48 trace(pid);
54 trace("wrong pid");
62 trace(pid);
83 trace("test timed out");
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pointers/
H A Derr.InvalidAddress3.d46 trace(*y);
H A Derr.BadAlign.d46 trace(y);
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/providers/
H A Derr.D_PDESC_ZERO.nonprofile.d49 trace(i);
H A Dtst.profend.d50 trace(i);
H A Dtst.trace.d32 * Call simple profile with trace() in END profile
33 * Match expected output in tst.trace.d.out
55 trace(i);
H A Dtst.profexit.d50 trace(i);
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/buffering/
H A Derr.end.d53 trace(execname);
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/misc/
H A Dtst.schrock.ksh52 trace(vtimestamp - self->start);
58 trace(vtimestamp - self->start);
71 trace(vtimestamp - self->start);
77 trace(vtimestamp - self->start);
/freebsd-current/crypto/openssh/regress/
H A Dagent-pkcs11.sh8 trace "start agent"
14 trace "add pkcs11 key to agent"
21 trace "pkcs11 list via agent"
29 trace "testing $k"
37 trace "pkcs11 connect via agent ($k)"
45 trace "remove pkcs11 keys"
52 trace "kill agent"
H A Dknownhosts.sh8 trace "test initial connection"
11 trace "learn hashed known host"
16 trace "test hashed known hosts"
19 trace "no newline at end of known_hosts"
26 trace "newline at end of known_hosts"
H A Dreconfigure.sh20 trace "connect before restart"
30 trace "wait for sshd to restart"
39 trace "connect after restart"
45 trace "reconfigure with active clients"
52 trace "wait for sshd to restart"
61 trace "connect after restart with active clients"

Completed in 399 milliseconds

1234567891011>>