Searched refs:trace (Results 176 - 200 of 354) sorted by relevance

1234567891011>>

/freebsd-11-stable/cddl/usr.sbin/dtrace/tests/common/providers/
H A DMakefile34 tst.trace.d \
35 tst.trace.d.out \
/freebsd-11-stable/crypto/openssh/regress/
H A Dcipher-speed.sh15 trace "proto 2 cipher $c mac $m"
40 trace "proto 1 cipher $c"
H A Dexit-status.sh8 trace "proto $p status $s"
H A Dkeygen-change.sh16 trace "generating $t key"
H A Dkeygen-moduli.sh10 trace "keygen $i"
H A Dtransfer.sh16 trace "proto $p dd-size ${s}"
/freebsd-11-stable/usr.sbin/timed/timed/
H A Dacksend.c84 if (trace) {
112 if (trace)
H A Dmaster.c82 if (trace)
318 if (trace) {
329 if (trace) {
397 if (trace)
416 if (trace) {
430 if (trace)
443 if (trace)
453 if (trace && (mydelta != 0 || (status & SLAVE)))
489 if (trace) {
573 if (trace) {
[all...]
H A Dglobals.h141 extern int trace;
155 #define trace_msg(msg) {if (trace) fprintf(fd, msg);}
161 if (trace) \
/freebsd-11-stable/sys/sys/
H A Dkdb.h52 #define KDB_BACKEND(name, init, trace, trace_thread, trap) \
56 .dbbe_trace = trace, \
/freebsd-11-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dasan_interface.h198 /// Gets the allocation stack trace and thread ID for a heap address (useful
201 /// Stores up to <c><i>size</i></c> frames in <c><i>trace</i></c>. Returns
205 /// \param trace A buffer to store the stack trace.
206 /// \param size Size in bytes of the trace buffer.
210 size_t __asan_get_alloc_stack(void *addr, void **trace, size_t size,
213 /// Gets the free stack trace and thread ID for a heap address (useful for
216 /// Stores up to <c><i>size</i></c> frames in <c><i>trace</i></c>. Returns
220 /// \param trace A buffer to store the stack trace
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/gwp_asan/optional/
H A Dbacktrace_sanitizer_common.cpp43 memcpy(TraceBuffer, Trace.trace, Trace.size * sizeof(uintptr_t));
50 StackTrace.trace = reinterpret_cast<__sanitizer::uptr *>(Trace);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.h40 void trace(bool On) { Trace = On; } function in struct:llvm::rdf::DeadCodeElimination
41 bool trace() const { return Trace; } function in struct:llvm::rdf::DeadCodeElimination
H A DRDFCopy.h34 void trace(bool On) { Trace = On; } function in struct:llvm::rdf::CopyPropagation
35 bool trace() const { return Trace; } function in struct:llvm::rdf::CopyPropagation
/freebsd-11-stable/usr.sbin/route6d/
H A Droute6d.c257 void trace(int, const char *, ...)
771 trace(2, " NextHop reset");
773 trace(2, " NextHop %s",
777 trace(2, " %s/%d[%d]",
782 trace(2, " tag=0x%04x",
785 trace(2, "\n");
1084 trace(1, "sendmsg: %s\n", strerror(errno));
1144 trace(1,
1153 trace(1,
1163 trace(
3520 trace(int level, const char *fmt, ...) function
[all...]
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
H A Dtrace_fn_imps.hpp52 trace() const function in class:PB_DS_CLASS_C_DEC
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftp/
H A Dftp_var.h48 extern int trace; /* trace packets exchanged */
H A Dglobals.c7 int trace; /* trace packets exchanged */ variable
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_malloc_bisect.h27 for (uptr i = 1; i < len; ++i) H.add(((u32)stack->trace[i]) & 0xFFF);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepot.cpp45 if (stack[i] != args.trace[i]) return false;
54 for (uptr i = 0; i < args.size; i++) H.add(args.trace[i]);
58 return args.size > 0 && args.trace;
64 internal_memcpy(stack, args.trace, size * sizeof(uptr));
/freebsd-11-stable/contrib/ntp/scripts/ntpsweep/
H A Dntpsweep.in99 my ($host, $level, %trace) = @_;
178 $trace{$host} = 1;
181 if (exists $trace{$peer}) {
189 scan_host($peer, $level + 1, %trace);
/freebsd-11-stable/contrib/gcc/
H A Dtracer.c66 /* Return true if BB has been seen - it is connected to some trace
154 /* Find the trace using bb and record it in the TRACE array.
158 find_trace (basic_block bb, basic_block *trace) argument
178 trace[i++] = bb;
180 /* Follow the trace in forward direction. */
189 trace[i++] = bb;
203 basic_block *trace = XNEWVEC (basic_block, n_basic_blocks); local
255 n = find_trace (bb, trace);
257 bb = trace[0];
267 basic_block bb2 = trace[po
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.ddi_pathname.d51 trace(ddi_pathname(this->dev, 1));
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_suppressions.cpp73 for (uptr i = 0; i < stack->size && stack->trace[i]; i++) {
74 uptr addr = stack->trace[i];
/freebsd-11-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_debugfs.c53 #define VCHIQ_LOG_TRACE_STR "trace"
145 else if (strncmp("trace", kbuf, strlen("trace")) == 0)
219 int trace; local
221 trace = vchiq_instance_get_trace(instance);
222 seq_printf(f, "%s\n", trace ? "Y" : "N");
276 struct dentry *top, *use_count, *trace; local
293 trace = debugfs_create_file("trace",
297 if (!trace)
[all...]

Completed in 240 milliseconds

1234567891011>>