Home
last modified time | relevance | path

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

12345678910>>...18

/freebsd-14-stable/sys/contrib/zstd/programs/
HDzstdcli_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-14-stable/crypto/openssh/regress/
HDsshsig.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 …]
HDmultiplex.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 …]
HDagent-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"
HDenvpass.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"
HDreconfigure.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"
HDforcecommand.sh18 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"
HDforwarding.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"
HDagent.sh11 trace "start agent, args ${EXTRA_AGENT_ARGS} -s"
33 trace "overwrite authorized keys"
80 trace "simple connect via agent"
88 trace "connect via agent using $t key"
101 trace "agent forwarding"
119 trace "agent forwarding different agent"
147 trace "connect via agent using $t key"
160 trace "delete all agent keys"
172 trace "readd keys"
199 trace "delete single key by file"
[all …]
HDagent-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"
HDknownhosts.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"
/freebsd-14-stable/contrib/googletest/googletest/test/
HDgoogletest-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-14-stable/contrib/dialog/package/
HDdialog.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 …]
HDdialog.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-14-stable/contrib/wpa/src/utils/
HDwpabuf.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-14-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_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 …]
HDtsan_debugging.cpp57 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-14-stable/crypto/openssl/doc/man3/
HDOSSL_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 …]
HDOSSL_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-14-stable/usr.sbin/route6d/
HDroute6d.c258 static void trace(int, const char *, ...)
773 trace(2, " NextHop reset"); in ripflush()
775 trace(2, " NextHop %s", in ripflush()
779 trace(2, " %s/%d[%d]", in ripflush()
784 trace(2, " tag=0x%04x", in ripflush()
787 trace(2, "\n"); in ripflush()
1093 trace(1, "sendmsg: %s\n", strerror(errno)); in sendpacket()
1153 trace(1, in riprecv()
1162 trace(1, in riprecv()
1172 trace(1, "Packet too short\n"); in riprecv()
[all …]
/freebsd-14-stable/sys/contrib/dev/iwlwifi/
HDiwl-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-14-stable/contrib/ncurses/include/
HDcurses.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 …]
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/TraceExporter/docs/
HDhtr.rst3 …is the way lldb represents a summarized trace internally. HTR efficiently stores trace data and al…
7 **Block:** One or more contiguous units of the trace. At minimum, the unit of a trace is the load a…
11 **Layer:** The representation of trace data between passes. For Intel PT there are two types of lay…
13 …**Instruction Layer:** Composed of the load addresses of the instructions in the trace. In an effo…
14 …metadata is only stored for instructions that are of interest, not every instruction in the trace.…
21 …t generates a new *layer* that is a more summarized, consolidated representation of the trace data.
22 … specific purpose - for example, a pass designed to summarize a processor trace by function calls …
24 The image below illustrates the transformation of a trace's representation (HTR)
31trace representation into a new *layer*. The idea is to have a series of passes where each pass sp…
/freebsd-14-stable/sys/fs/fuse/
HDfuse_device.c100 SDT_PROBE_DEFINE2(fusefs, , device, trace, "int", "char*");
260 SDT_PROBE2(fusefs, , device, trace, 1, "device open"); in fuse_device_open()
267 SDT_PROBE2(fusefs, , device, trace, 1, "device open success"); in fuse_device_open()
310 SDT_PROBE2(fusefs, , device, trace, 1, "fuse device read"); in fuse_device_read()
319 SDT_PROBE2(fusefs, , device, trace, 2, in fuse_device_read()
347 SDT_PROBE2(fusefs, , device, trace, 1, "no message on thread"); in fuse_device_read()
357 SDT_PROBE2(fusefs, , device, trace, 2, in fuse_device_read()
360 SDT_PROBE2(fusefs, , device, trace, 2, "weird -- " in fuse_device_read()
368 SDT_PROBE2(fusefs, , device, trace, 1, in fuse_device_read()
387 SDT_PROBE2(fusefs, , device, trace, 2, in fuse_device_read()
[all …]
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/asan/
HDasan_debugging.cpp50 uptr AsanGetStack(uptr addr, uptr *trace, u32 size, u32 *thread_id, in AsanGetStack() argument
66 if (trace && size) { in AsanGetStack()
69 trace[i] = StackTrace::GetPreviousInstructionPc(stack.trace[i]); in AsanGetStack()
132 uptr __asan_get_alloc_stack(uptr addr, uptr *trace, uptr size, u32 *thread_id) { in __asan_get_alloc_stack() argument
133 return AsanGetStack(addr, trace, size, thread_id, /* alloc_stack */ true); in __asan_get_alloc_stack()
137 uptr __asan_get_free_stack(uptr addr, uptr *trace, uptr size, u32 *thread_id) { in __asan_get_free_stack() argument
138 return AsanGetStack(addr, trace, size, thread_id, /* alloc_stack */ false); in __asan_get_free_stack()

12345678910>>...18