Searched refs:traces (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/ncurses/
H A Dmk-2nd.awk45 # traces ("all" or "DEBUG", to control whether tracing is compiled in)
74 printf "# traces: %s\n", traces
85 if (traces != "all" && traces != MODEL && $1 != "lib_trace")
H A Dmk-1st.awk35 # traces ("all" or "DEBUG", to control whether tracing is compiled in)
279 printf "# traces: %s\n", traces
316 if (traces != "all" && traces != MODEL && $1 != "lib_trace")
H A Dconfigure22560 traces=$LIB_TRACING \
22592 traces=$LIB_TRACING \
/freebsd-12-stable/contrib/gcc/
H A Dbb-reorder.c21 /* This (greedy) algorithm constructs traces in several rounds.
26 probable successor to the end of a trace. Finally it connects the traces.
39 other seeds for this round and the secondary traces will start in them.
50 When connecting traces it first checks whether there is an edge from the
52 When there are still some unconnected traces it checks whether there exists
55 BB is duplicated and the traces are connected through this duplicate.
56 The rest of traces are simply connected so there will be a jump to the
113 block the edge destination is not duplicated while connecting traces. */
196 collected into traces until the very last round); or 2). There will
220 /* Find the traces fo
224 find_traces(int *n_traces, struct trace *traces) argument
428 find_traces_1_round(int branch_th, int exec_th, gcov_type count_th, struct trace *traces, int *n_traces, int round, fibheap_t *heap, int number_of_rounds) argument
897 connect_traces(int n_traces, struct trace *traces) argument
1895 struct trace *traces; local
[all...]
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_report.cpp442 static bool HandleRacyStacks(ThreadState *thr, VarSizeStackTrace traces[2], argument
451 hash.hash[0] = md5_hash(traces[0].trace, traces[0].size * sizeof(uptr));
452 hash.hash[1] = md5_hash(traces[1].trace, traces[1].size * sizeof(uptr));
488 static void AddRacyStacks(ThreadState *thr, VarSizeStackTrace traces[2], argument
493 hash.hash[0] = md5_hash(traces[0].trace, traces[0].size * sizeof(uptr));
494 hash.hash[1] = md5_hash(traces[1].trace, traces[
634 VarSizeStackTrace traces[kMop]; local
[all...]
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_lock.cpp1029 static char traces[TRACE_BUF_ELE][128] = {0}; variable
1032 KMP_SNPRINTF(traces[tc++ % TRACE_BUF_ELE], 128, "t%d at %s\n", X, Y);
1034 KMP_SNPRINTF(traces[tc++ % TRACE_BUF_ELE], 128, "t%d at %s%d\n", X, Y, Z);
1036 KMP_SNPRINTF(traces[tc++ % TRACE_BUF_ELE], 128, "t%d at %s %d,%d\n", X, Y, \
1047 __kmp_printf_no_lock("%s\n", traces[i]);
1050 __kmp_printf_no_lock("%s", traces[i]);
/freebsd-12-stable/contrib/sendmail/contrib/
H A Dexpn.pl1277 will recurse as it traces addresses, use the

Completed in 151 milliseconds