Home
last modified time | relevance | path

Searched refs:trace (Results 1 – 25 of 570) sorted by relevance

12345678910>>...23

/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.signedkeys.d48 trace((char)-2);
49 trace("\n");
50 trace((char)-1);
51 trace("\n");
52 trace((char)0);
53 trace("\n");
54 trace((char)1);
55 trace("\n");
56 trace((char)2);
57 trace("\n");
[all …]
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/privs/
H A Dtst.func_access.ksh37 BEGIN { trace(mutex_owned(&`pidlock)); }
38 BEGIN { trace(mutex_owner(&`pidlock)); }
39 BEGIN { trace(mutex_type_adaptive(&`pidlock)); }
40 BEGIN { trace(mutex_type_spin(&`pidlock)); }
42 BEGIN { trace(rw_read_held(&`ksyms_lock)); }
43 BEGIN { trace(rw_write_held(&`ksyms_lock)); }
44 BEGIN { trace(rw_iswriter(&`ksyms_lock)); }
46 BEGIN { x = alloca(10); bcopy(`initname, x, 10); trace(stringof(x)); }
49 BEGIN { trace(strlen(`initname)); }
50 BEGIN { trace(strchr(`initname, 0x69)); }
[all …]
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");
H A Dtst.unpriv_funcs.ksh38 BEGIN { trace("trace\n"); }
43 trace(stringof(x)); }
58 BEGIN { trace(strjoin("str", "join\n")); }
59 BEGIN { trace(basename("dirname/basename")); trace("/"); }
60 BEGIN { trace(dirname("dirname/basename")); }
/freebsd/sys/contrib/zstd/programs/
H A Dzstdcli_trace.c80 static void TRACE_log(char const* method, PTime duration, ZSTD_Trace const* trace) in TRACE_log() argument
84 double const ratio = (double)trace->uncompressedSize / (double)trace->compressedSize; in TRACE_log()
85 double const speed = ((double)trace->uncompressedSize * 1000) / (double)duration; in TRACE_log()
86 if (trace->params) { in TRACE_log()
87 ZSTD_CCtxParams_getParameter(trace->params, ZSTD_c_compressionLevel, &level); in TRACE_log()
88 ZSTD_CCtxParams_getParameter(trace->params, ZSTD_c_nbWorkers, &workers); in TRACE_log()
109 trace->version, in TRACE_log()
111 trace->streaming ? "streaming" : "single-pass", in TRACE_log()
114 (unsigned long long)trace->dictionarySize, in TRACE_log()
115 (unsigned long long)trace->uncompressedSize, in TRACE_log()
[all …]
/freebsd/crypto/openssh/regress/
H A Dsshsig.sh26 trace "start agent"
54 trace "$tid: key type $t check bad hashlg"
64 trace "$tid: key type $t sign with hash $h"
69 trace "$tid: key type $t verify with hash $h"
76 trace "$tid: key type $t verify with limited namespace"
84 trace "$tid: key type $t print-pubkey"
97 trace "$tid: key type $t verify with bad signers"
105 trace "$tid: key type $t verify with wrong key"
113 trace "$tid: key type $t verify with wrong data"
121 trace "$tid: key type $t verify with wrong principal"
[all …]
H A Dmultiplex.sh9 trace "will use ProxyCommand $proxycmd"
31 trace "start master, fork to background"
42 trace "setenv over multiplexed connection"
51 trace "env passing over multiplexed connection"
62 trace "ssh transfer over $mode multiplexed connection and check result"
68 trace "ssh transfer over $mode multiplexed connection and check result"
75 trace "sftp transfer over multiplexed connection and check result"
82 trace "scp transfer over multiplexed connection and check result"
89 trace "forward over TCP/IP and check result"
99 trace "forward over UNIX and check result"
[all …]
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 Denvpass.sh16 trace "pass env, don't accept"
27 trace "setenv, don't accept"
39 trace "don't pass env, accept"
50 trace "pass single env, accept single env"
61 trace "pass multiple env, accept multiple env"
73 trace "setenv, accept"
84 trace "setenv, first match wins"
96 trace "server setenv wins"
110 trace "server setenv first match wins"
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"
H A Dforwarding.sh27 trace "start forwarding, fork to background"
31 trace "transfer over forwarded channels and check result"
40 trace "exit on -$d forward failure"
67 trace "simple clear forwarding"
70 trace "clear local forward"
84 trace "clear remote forward"
98 trace "stdio forwarding"
108 trace "config file: start forwarding, fork to background"
112 trace "config file: transfer over forwarded channels and check result"
120 trace "transfer over chained unix domain socket forwards and check result"
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-output-test-golden-lin.txt7 Stack trace: (omitted)
13 Stack trace: (omitted)
47 Stack trace: (omitted)
55 Stack trace: (omitted)
69 Stack trace: (omitted)
80 Stack trace: (omitted)
90 Stack trace: (omitted)
99 Stack trace: (omitted)
109 Stack trace: (omitted)
115 Stack trace: (omitted)
[all …]
/freebsd/contrib/wpa/src/utils/
H A Dwpabuf.c33 struct wpabuf_trace *trace = wpabuf_get_trace(buf); in wpabuf_overflow() local
34 if (trace->magic != WPABUF_MAGIC) { in wpabuf_overflow()
36 trace->magic); in wpabuf_overflow()
51 struct wpabuf_trace *trace; in wpabuf_resize() local
60 trace = wpabuf_get_trace(buf); in wpabuf_resize()
61 if (trace->magic != WPABUF_MAGIC) { in wpabuf_resize()
63 trace->magic); in wpabuf_resize()
79 nbuf = os_realloc(trace, sizeof(struct wpabuf_trace) + in wpabuf_resize()
84 trace = (struct wpabuf_trace *) nbuf; in wpabuf_resize()
85 buf = (struct wpabuf *) (trace + 1); in wpabuf_resize()
[all …]
/freebsd/contrib/dialog/package/
H A Ddialog.sym6 # --disable-leaks --enable-trace
7 # --disable-leaks --enable-trace --enable-widec
9 # --disable-leaks --enable-trace
10 # --disable-leaks --enable-trace --enable-widec
12 # --disable-leaks --enable-trace
13 # --disable-leaks --enable-trace --enable-widec
15 # --disable-leaks --enable-trace
16 # --disable-leaks --enable-trace --enable-widec
18 # --disable-leaks --enable-trace
19 # --disable-leaks --enable-trace --enable-widec
[all …]
H A Ddialog.map6 # --disable-leaks --enable-trace
7 # --disable-leaks --enable-trace --enable-widec
9 # --disable-leaks --enable-trace
10 # --disable-leaks --enable-trace --enable-widec
12 # --disable-leaks --enable-trace
13 # --disable-leaks --enable-trace --enable-widec
15 # --disable-leaks --enable-trace
16 # --disable-leaks --enable-trace --enable-widec
18 # --disable-leaks --enable-trace
19 # --disable-leaks --enable-trace --enable-widec
[all …]
/freebsd/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(9);
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp85 Trace* trace = &thr->tctx->trace; in TracePartAlloc() local
86 if (trace->parts_allocated == max_parts || in TracePartAlloc()
90 if (part && part->trace) { in TracePartAlloc()
91 Trace* trace1 = part->trace; in TracePartAlloc()
93 part->trace = nullptr; in TracePartAlloc()
103 if (trace->parts_allocated < max_parts) { in TracePartAlloc()
104 trace->parts_allocated++; in TracePartAlloc()
119 DCHECK(part->trace); in TracePartFree()
120 part->trace = nullptr; in TracePartFree()
127 if (auto trace = part->trace) in TraceResetForTesting() local
[all …]
H A Dtsan_debugging.cpp57 static void CopyTrace(SymbolizedStack *first_frame, void **trace, in CopyTrace()
62 trace[i++] = (void *)frame->info.address; in CopyTrace()
100 int __tsan_get_report_stack(void *report, uptr idx, void **trace, in __tsan_get_report_stack()
105 if (stack) CopyTrace(stack->frames, trace, trace_size); in __tsan_get_report_stack()
111 int *size, int *write, int *atomic, void **trace, in __tsan_get_report_mop()
121 if (mop->stack) CopyTrace(mop->stack->frames, trace, trace_size); in __tsan_get_report_mop()
128 int *fd, int *suppressable, void **trace, in __tsan_get_report_loc()
140 if (loc->stack) CopyTrace(loc->stack->frames, trace, trace_size); in __tsan_get_report_loc()
156 int *destroyed, void **trace, uptr trace_size) { in __tsan_get_report_mutex()
163 if (mutex->stack) CopyTrace(mutex->stack->frames, trace, trace_siz in __tsan_get_report_mutex()
55 CopyTrace(SymbolizedStack * first_frame,void ** trace,uptr trace_size) CopyTrace() argument
98 __tsan_get_report_stack(void * report,uptr idx,void ** trace,uptr trace_size) __tsan_get_report_stack() argument
109 __tsan_get_report_mop(void * report,uptr idx,int * tid,void ** addr,int * size,int * write,int * atomic,void ** trace,uptr trace_size) __tsan_get_report_mop() argument
126 __tsan_get_report_loc(void * report,uptr idx,const char ** type,void ** addr,uptr * start,uptr * size,int * tid,int * fd,int * suppressable,void ** trace,uptr trace_size) __tsan_get_report_loc() argument
154 __tsan_get_report_mutex(void * report,uptr idx,uptr * mutex_id,void ** addr,int * destroyed,void ** trace,uptr trace_size) __tsan_get_report_mutex() argument
168 __tsan_get_report_thread(void * report,uptr idx,int * tid,tid_t * os_id,int * running,const char ** name,int * parent_tid,void ** trace,uptr trace_size) __tsan_get_report_thread() argument
242 __tsan_get_alloc_stack(uptr addr,uptr * trace,uptr size,int * thread_id,tid_t * os_id) __tsan_get_alloc_stack() argument
[all...]
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_trace_enabled.pod17 #include <openssl/trace.h>
24 /* trace group macros */
28 /* Leave trace group prematurely in case of an error */
35 /* one-shot trace macros */
41 /* check whether a trace category is enabled */
63 I<trace channel> is attached to it. A trace channel is simply a
64 BIO object to which the application can write its trace output.
66 The application has two different ways of registering a trace channel,
71 We call them a I<simple trace channel> and a I<callback trace channel>,
74 To produce trace output, it is necessary to obtain a pointer to the
[all …]
H A DOSSL_trace_set_channel.pod8 OSSL_trace_set_callback, OSSL_trace_cb - Enabling trace output
12 #include <openssl/trace.h>
25 internal trace output.
28 The trace output is divided into categories which can be
31 I<trace channel> to it, which in the simplest case is just a BIO object
34 get more finegrained trace information. This callback will be wrapped
37 For the tracing code, both trace channel types are indistinguishable.
38 These are called a I<simple trace channel> and a I<callback trace channel>,
43 OSSL_trace_set_channel() is used to enable the given trace C<category>
44 by attaching the B<BIO> I<bio> object as (simple) trace channel.
[all …]
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/trace/
H A Dtst.misc.d50 trace("test trace"); /* DT_TYPE_STRING */
51 trace(12345); /* DT_TYPE_INT (constant) */
52 trace(x++); /* DT_TYPE_INT (derived) */
53 trace(timestamp); /* DT_TYPE_INT (variable) */
54 trace(`kmem_flags); /* CTF type (by value) */
55 trace(*`rootvp); /* CTF type (by ref) */
/freebsd/usr.sbin/route6d/
H A Droute6d.c255 static void trace(int, const char *, ...)
770 trace(2, " NextHop reset"); in ripflush()
772 trace(2, " NextHop %s", in ripflush()
776 trace(2, " %s/%d[%d]", in ripflush()
781 trace(2, " tag=0x%04x", in ripflush()
784 trace(2, "\n"); in ripflush()
1090 trace(1, "sendmsg: %s\n", strerror(errno)); in sendpacket()
1150 trace(1, in riprecv()
1159 trace(1, in riprecv()
1169 trace(1, "Packet too short\n"); in riprecv()
[all …]
/freebsd/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/sys/contrib/dev/iwlwifi/
H A Diwl-devtrace.c38 SDT_PROBE_DEFINE4(iwlwifi, trace, dev_hcmd, ,
49 SDT_PROBE4(iwlwifi, trace, dev_hcmd, , in trace_iwlwifi_dev_hcmd()
53 SDT_PROBE_DEFINE4(iwlwifi, trace, dev_rx, ,
64 SDT_PROBE4(iwlwifi, trace, dev_rx, , in trace_iwlwifi_dev_rx()
68 SDT_PROBE_DEFINE4(iwlwifi, trace, dev_rx_data, ,
79 SDT_PROBE4(iwlwifi, trace, dev_rx_data, , in trace_iwlwifi_dev_rx_data()
/freebsd/contrib/ncurses/include/
H A Dcurses.tail145 extern NCURSES_EXPORT(void) trace (const unsigned) GCC_DEPRECATED("use curses_trace");
148 /* trace masks */
150 #define TRACE_TIMES 0x0001 /* trace user and system times of updates */
151 #define TRACE_TPUTS 0x0002 /* trace tputs calls */
152 #define TRACE_UPDATE 0x0004 /* trace update actions, old & new screens */
153 #define TRACE_MOVE 0x0008 /* trace cursor moves and scrolls */
154 #define TRACE_CHARPUT 0x0010 /* trace all character outputs */
155 #define TRACE_ORDINARY 0x001F /* trace all update actions */
156 #define TRACE_CALLS 0x0020 /* trace all curses calls */
157 #define TRACE_VIRTPUT 0x0040 /* trace virtual character puts */
[all …]

12345678910>>...23