| /src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/ |
| H A D | tst.signedkeys.d | 48 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 …]
|
| /src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/privs/ |
| H A D | tst.func_access.ksh | 37 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 D | tst.op_access.ksh | 37 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");
|
| /src/sys/contrib/zstd/programs/ |
| H A D | zstdcli_trace.c | 80 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 …]
|
| /src/crypto/openssh/regress/ |
| H A D | sshsig.sh | 26 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 D | multiplex.sh | 9 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 D | agent-pkcs11.sh | 8 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 D | envpass.sh | 16 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 D | reconfigure.sh | 20 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"
|
| /src/contrib/googletest/googletest/test/ |
| H A D | googletest-output-test-golden-lin.txt | 7 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 …]
|
| /src/contrib/dialog/package/ |
| H A D | dialog.sym | 6 # --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 D | dialog.map | 6 # --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 …]
|
| /src/contrib/wpa/src/utils/ |
| H A D | wpabuf.c | 33 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 …]
|
| /src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/oformat/ |
| H A D | tst.trace.ksh | 25 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);
|
| /src/contrib/pam-krb5/tests/data/scripts/trace/ |
| H A D | unsupported | 1 # Basic test of attempting trace logging when not supported. -*- conf -*- 11 auth = force_first_pass no_ccache trace=%0 debug 12 account = no_ccache trace=%0 debug 13 session = no_ccache trace=%0 debug 26 ERR trace logging requested but not supported 31 ERR trace logging requested but not supported 35 ERR trace logging requested but not supported 38 ERR trace logging requested but not supported 41 ERR trace logging requested but not supported 44 ERR trace logging requested but not supported [all …]
|
| H A D | supported | 1 # Basic test of enabling trace logging. -*- conf -*- 11 auth = force_first_pass no_ccache trace=%0 debug 12 account = no_ccache trace=%0 debug 13 session = no_ccache trace=%0 debug 26 DEBUG enabled trace logging to %0 31 DEBUG enabled trace logging to %0 35 DEBUG enabled trace logging to %0 38 DEBUG enabled trace logging to %0 43 DEBUG enabled trace logging to %0 48 DEBUG enabled trace logging to %0 [all …]
|
| /src/contrib/pam-krb5/tests/module/ |
| H A D | trace-t.c | 27 char *tmpdir, *trace; in main() local 34 basprintf(&trace, "%s/trace", tmpdir); in main() 35 config.extra[0] = trace; in main() 38 is_int(0, access(trace, F_OK), "Trace file was created"); in main() 39 unlink(trace); in main() 42 is_int(-1, access(trace, F_OK), "Trace file does not exist"); in main() 45 free(trace); in main()
|
| /src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_rtl.cpp | 85 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 D | tsan_debugging.cpp | 57 static void CopyTrace(SymbolizedStack *first_frame, void **trace, in CopyTrace() argument 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() argument 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() argument 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() argument 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() argument 163 if (mutex->stack) CopyTrace(mutex->stack->frames, trace, trace_size); in __tsan_get_report_mutex() [all …]
|
| /src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/trace/ |
| H A D | tst.misc.d | 50 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) */
|
| /src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/safety/ |
| H A D | tst.hton.d | 41 trace(htons(0x1122)); 47 trace(htonl(0x11223344)); 53 trace(htonll(0x1122334455667788)); 59 trace(ntohs(0x1122)); 65 trace(ntohl(0x11223344)); 71 trace(ntohll(0x1122334455667788));
|
| /src/usr.sbin/route6d/ |
| H A D | route6d.c | 255 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 …]
|
| /src/crypto/openssl/doc/man3/ |
| H A D | OSSL_trace_enabled.pod | 18 #include <openssl/trace.h> 25 /* trace group macros */ 29 /* Leave trace group prematurely in case of an error */ 36 /* one-shot trace macros */ 48 /* check whether a trace category is enabled */ 70 I<trace channel> is attached to it. A trace channel is simply a 71 BIO object to which the application can write its trace output. 73 The application has two different ways of registering a trace channel, 78 We call them a I<simple trace channel> and a I<callback trace channel>, 81 To produce trace output, it is necessary to obtain a pointer to the [all …]
|
| /src/crypto/openssl/crypto/perlasm/ |
| H A D | riscv.pm | 65 my $trace = ""; 67 $trace = Devel::StackTrace->new->as_string; 69 die("Unknown register ".$reg."\n".$trace); 73 my $trace = ""; 75 $trace = Devel::StackTrace->new->as_string; 77 die("Could not process register ".$reg."\n".$trace); 95 my $trace = ""; 97 $trace = Devel::StackTrace->new->as_string; 99 die("Unsupported SEW setting:".$sew_setting."\n".$trace); 122 my $trace = ""; [all …]
|
| /src/sys/contrib/dev/iwlwifi/ |
| H A D | iwl-devtrace.c | 38 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()
|