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

1234567891011>>

/freebsd-current/crypto/openssl/include/openssl/
H A Dcmp_util.h20 # include <openssl/trace.h>
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DThreadDecoder.h26 /// The thread whose intel pt trace buffer will be decoded.
28 /// \param[in] trace
30 ThreadDecoder(const lldb::ThreadSP &thread_sp, TraceIntelPT &trace);
40 /// The lowest TSC value in this trace if available, \a std::nullopt if
41 /// the trace is empty or the trace contains no timing information, or an
H A DCommandObjectTraceStartIntelPT.h40 CommandObjectThreadTraceStartIntelPT(TraceIntelPT &trace, argument
43 interpreter, "thread trace start",
46 "specified as arguments.\n Use the thread-index \"all\" to trace "
48 "thread trace start [<thread-index> <thread-index> ...] "
53 m_trace(trace), m_options() {}
86 CommandObjectProcessTraceStartIntelPT(TraceIntelPT &trace, argument
89 interpreter, "process trace start",
92 "thread independently, thus using a trace buffer per thread. "
93 "Threads traced with the \"thread trace start\" command are left "
97 "uses a fixed number of trace buffer
[all...]
H A DThreadDecoder.cpp21 ThreadDecoder::ThreadDecoder(const ThreadSP &thread_sp, TraceIntelPT &trace) argument
22 : m_thread_sp(thread_sp), m_trace(trace) {}
/freebsd-current/sys/contrib/dev/athk/ath12k/
H A DMakefile24 ath12k-$(CONFIG_ATH12K_TRACING) += trace.o
26 # for tracing framework to find trace.h
/freebsd-current/crypto/openssh/regress/
H A Dputty-ciphers.sh19 trace "omitting unsupported MAC ${m}"
28 trace "omitting unsupported cipher ${c}"
H A Dtry-ciphers.sh11 trace "cipher $c mac $m"
H A Dtransfer.sh14 trace "dd-size ${s}"
H A Dmultipubkey.sh50 trace "match $match single key"
56 trace "match $match pubkey + identical cert"
62 trace "match $match multiple public"
70 trace "match $match pubkey + different cert"
H A Dkeygen-change.sh10 trace "generating $t key"
H A Dkeygen-moduli.sh18 trace "keygen $i"
H A Dhostkey-agent.sh8 trace "start agent"
16 trace "make CA key"
20 trace "load hostkeys"
85 trace "kill agent"
/freebsd-current/sys/fs/fuse/
H A Dfuse_device.c95 * Fuse trace probe:
99 SDT_PROBE_DEFINE2(fusefs, , device, trace, "int", "char*");
259 SDT_PROBE2(fusefs, , device, trace, 1, "device open");
266 SDT_PROBE2(fusefs, , device, trace, 1, "device open success");
309 SDT_PROBE2(fusefs, , device, trace, 1, "fuse device read");
318 SDT_PROBE2(fusefs, , device, trace, 2,
346 SDT_PROBE2(fusefs, , device, trace, 1, "no message on thread");
356 SDT_PROBE2(fusefs, , device, trace, 2,
359 SDT_PROBE2(fusefs, , device, trace, 2, "weird -- "
367 SDT_PROBE2(fusefs, , device, trace,
[all...]
/freebsd-current/contrib/libexecinfo/
H A Dbacktrace.c177 backtrace_symbols_fmt(void *const *trace, size_t len, const char *fmt) argument
200 x = format_address(st, &ptr, &psize, offs, fmt, trace[i]);
224 backtrace_symbols_fd_fmt(void *const *trace, size_t len, int fd, argument
227 char **s = backtrace_symbols_fmt(trace, len, fmt);
240 backtrace_symbols(void *const *trace, size_t len) argument
242 return backtrace_symbols_fmt(trace, len, fmt);
246 backtrace_symbols_fd(void *const *trace, size_t len, int fd) argument
248 return backtrace_symbols_fd_fmt(trace, len, fd, fmt);
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/pid/
H A Dtst.ret.d73 trace("test timed out");
H A Dtst.branch.d75 trace("test timed out");
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.args1.d73 trace("test timed out");
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/pid/
H A Dtst.br.d67 trace("test timed out");
H A Dtst.branch.d75 trace("test timed out");
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/docsExamples/
H A Dspecopen.d60 trace(errno);
/freebsd-current/sys/sys/
H A Dkdb.h53 #define KDB_BACKEND(name, init, trace, trace_thread, trap) \
57 .dbbe_trace = trace, \
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
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
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
/freebsd-current/cddl/usr.sbin/dtrace/tests/common/providers/
H A DMakefile32 tst.trace.d \
33 tst.trace.d.out \
/freebsd-current/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_report.cpp32 static ReportStack *SymbolizeStack(StackTrace trace);
96 if (stack.trace == nullptr)
101 static ReportStack *SymbolizeStack(StackTrace trace) { argument
102 if (trace.size == 0)
105 for (uptr si = 0; si < trace.size; si++) {
106 const uptr pc = trace.trace[si];
351 // Replays the trace up to last_pos position in the last part
355 void TraceReplay(Trace *trace, TracePart *last, Event *last_pos, Sid sid, argument
357 TracePart *part = trace
460 Trace *trace = &tctx->trace; local
671 IsFiredSuppression(Context *ctx, ReportType type, StackTrace trace) argument
826 VarSizeStackTrace trace; local
[all...]

Completed in 224 milliseconds

1234567891011>>