Searched refs:trace (Results 201 - 225 of 354) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/dev/drm/
H A Dsis_ds.c56 set->trace = -1;
115 set->trace = set->list[set->alloc].alloc_next;
122 if (set->trace == -1)
125 *item = set->list[set->trace].val;
126 set->trace = set->list[set->trace].alloc_next;
H A Dsis_ds.h52 int trace; member in struct:__anon9843
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DMainThreadCheckerRuntime.cpp116 StructuredData::Array *trace = new StructuredData::Array(); local
117 auto trace_sp = StructuredData::ObjectSP(trace);
130 if (I != 0 && trace->GetSize() == 0) {
135 trace->AddItem(StructuredData::ObjectSP(new StructuredData::Integer(PC)));
147 d->AddItem("trace", trace_sp);
252 auto trace = info->GetObjectForDotSeparatedPath("trace")->GetAsArray(); local
253 trace->ForEach([&PCs](StructuredData::Object *PC) -> bool {
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_ioctl.c341 qlnx_get_trace_size(qlnx_host_t *ha, qlnx_trace_t *trace) argument
345 trace->pci_func = ha->pci_func;
348 trace->size[i] = qlnx_get_trace_cmd_size(ha, i, trace->cmd);
355 qlnx_get_trace(qlnx_host_t *ha, int hwfn_index, qlnx_trace_t *trace) argument
363 buffer = qlnx_zalloc(trace->size[hwfn_index]);
366 hwfn_index, trace->cmd);
376 hwfn_index, trace->cmd);
380 switch (trace->cmd) {
384 buffer, (trace
1012 qlnx_trace_t *trace; local
[all...]
H A Dspad_layout.h127 * to ensure that the MCP trace is not run over during MFW upgrade.
147 struct mcp_trace trace; /* 0xe20014 */ member in struct:static_init
150 #define MCP_TRACE_P ((struct mcp_trace*)(STRUCT_OFFSET(trace)))
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_report.cpp32 static ReportStack *SymbolizeStack(StackTrace trace);
111 if (stack.trace == nullptr)
116 static ReportStack *SymbolizeStack(StackTrace trace) { argument
117 if (trace.size == 0)
120 for (uptr si = 0; si < trace.size; si++) {
121 const uptr pc = trace.trace[si];
381 // This function restores stack trace and mutex set for the thread/epoch.
382 // It does so by getting stack trace and mutex set at the beginning of
383 // trace par
384 Trace* trace = ThreadTrace(tid); local
544 IsFiredSuppression(Context *ctx, ReportType type, StackTrace trace) argument
718 VarSizeStackTrace trace; local
[all...]
/freebsd-11-stable/contrib/openbsm/compat/
H A Dqueue.h113 #define TRACEBUF struct qm_trace trace;
117 (head)->trace.prevline = (head)->trace.lastline; \
118 (head)->trace.prevfile = (head)->trace.lastfile; \
119 (head)->trace.lastline = __LINE__; \
120 (head)->trace.lastfile = __FILE__; \
124 (elem)->trace.prevline = (elem)->trace.lastline; \
125 (elem)->trace
[all...]
/freebsd-11-stable/crypto/openssh/regress/
H A Drekey.sh31 trace "$n rekeying(s)"
81 trace "$n rekeying(s)"
97 trace "$n rekeying(s)"
116 trace "$n rekeying(s)"
133 trace "$n rekeying(s)"
H A Dputty-transfer.sh27 trace "proto $p compression $c dd-size ${s}"
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.cpp142 if (trace()) {
167 if (trace())
219 if (trace())
222 if (trace())
238 if (trace())
H A DHexagonRDFOpt.cpp181 if (trace())
271 if (trace())
276 if (trace())
313 CP.trace(RDFDump);
320 DCE.trace(RDFDump);
327 LV.trace(RDFDump);
/freebsd-11-stable/usr.bin/procstat/
H A Dprocstat_kstack.c46 * Walk the stack trace provided by the kernel and reduce it to what we
171 char trace[KKST_MAXLEN], encoded_trace[KKST_MAXLEN]; local
235 * The kernel generates a trace with carriage returns between
239 kstack_cleanup(kkstp->kkst_trace, trace, kflag);
240 xo_open_list("trace");
242 xo_close_list("trace");
243 xo_emit("{d:trace/%-29s}\n", trace);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace_libcdep.cpp22 if (trace == nullptr || size == 0) {
30 for (uptr i = 0; i < size && trace[i]; i++) {
33 uptr pc = GetPreviousInstructionPc(trace[i]);
51 // Always print a trailing empty line after stack trace.
H A Dsanitizer_stacktrace.cpp128 if (Distance(trace[i], pc) < Distance(trace[best], pc)) best = i;
/freebsd-11-stable/contrib/ncurses/
H A Dmk-2nd.awk84 $1 ~ /trace/ {
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/binary_heap_/
H A Dresize_policy.hpp116 trace() const;
246 trace() const function in class:pb_ds::detail::PB_DS_CLASS_C_DEC
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/
H A Dtree_trace_base.hpp94 trace() const;
133 trace() const function in class:pb_ds::detail::PB_DS_CLASS_C_DEC
/freebsd-11-stable/contrib/gcc/
H A Dunwind-compat.c42 _Unwind_Backtrace (_Unwind_Trace_Fn trace, void *trace_argument) argument
44 return __libunwind_Unwind_Backtrace (trace, trace_argument);
H A Dbb-reorder.c26 probable successor to the end of a trace. Finally it connects the traces.
37 successors and successors that have been added to this trace.
40 If the successor has not been visited in this trace it is added to the trace
42 If the successor has been visited in this trace the loop has been found.
45 is the last block of the trace.
48 Finally, the construction of the trace is terminated.
51 last block of one trace to the first block of another trace.
53 a basic block BB such that BB is a successor of the last bb of one trace
152 struct trace struct
292 rotate_loop(edge back_edge, struct trace *trace, int trace_n) argument
408 mark_bb_visited(basic_block bb, int trace) argument
439 struct trace *trace; local
757 copy_bb(basic_block old_bb, edge e, basic_block bb, int trace) argument
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/privs/
H A Dtst.providers.ksh59 trace(arg0); \
60 printf("\nsuccessful trace of arg0 in %s:%s:%s:%s\n", \
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dentries.c147 trace(0);
/freebsd-11-stable/contrib/flex/
H A Dyylex.c65 if (trace) {
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/
H A Dtrace_fn_imps.hpp52 trace() const function in class:PB_DS_CLASS_C_DEC
/freebsd-11-stable/cddl/usr.sbin/dtrace/tests/common/
H A DMakefile74 trace \
/freebsd-11-stable/cddl/usr.sbin/dtrace/tests/common/scripting/
H A DMakefile40 tst.trace.d \

Completed in 280 milliseconds

1234567891011>>