| /freebsd-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 …]
|
| /freebsd-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");
|
| H A D | tst.unpriv_funcs.ksh | 38 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-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 …]
|
| /freebsd-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 multiplexed connection and check result" 68 trace "ssh transfer over multiplexed connection and check result" 74 trace "sftp transfer over multiplexed connection and check result" 81 trace "scp transfer over multiplexed connection and check result" 88 trace "forward over TCP/IP and check result" 98 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"
|
| H A D | forcecommand.sh | 18 trace "test config with sftp" 27 trace "forced command in key option" 35 trace "forced command in sshd_config overrides key option" 42 trace "force command overriding subsystem" 50 trace "forced command with match" 53 trace "force command in match overriding subsystem" 58 trace "force command to sftpserver"
|
| H A D | forwarding.sh | 27 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-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 [all...] |
| /freebsd-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);
|
| /freebsd-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 …]
|
| /freebsd-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 …]
|
| /freebsd-src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_rtl.cpp | 85 Trace* trace = &thr->tctx->trace; in TracePartAlloc() 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 in TracePartFree() 84 Trace* trace = &thr->tctx->trace; TracePartAlloc() local 126 if (auto trace = part->trace) TraceResetForTesting() local 149 auto trace = &tctx->trace; DoResetImpl() local 326 auto* trace = &thr->tctx->trace; SlotDetachImpl() local 910 Trace *trace = &thr->tctx->trace; TraceSkipGap() local 959 Trace* trace = &thr->tctx->trace; TraceSwitchPartImpl() 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 …]
|
| /freebsd-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) */
|
| /freebsd-src/crypto/openssl/doc/man3/ |
| H A D | OSSL_trace_enabled.pod | 17 #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 …]
|
| /freebsd-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));
|
| /freebsd-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 …]
|
| /freebsd-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()
|
| /freebsd-src/contrib/ncurses/include/ |
| H A D | curses.tail | 145 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 …]
|