Home
last modified time | relevance | path

Searched refs:traces (Results 1 – 25 of 57) sorted by relevance

123

/src/contrib/ncurses/
H A Dmk-2nd.awk82 printf "# traces: %s\n", traces
93 if (traces != "all" && traces != MODEL && $1 != "lib_trace")
H A Dmk-1st.awk306 printf "# traces: %s\n", traces
348 if (traces != "all" && traces != MODEL && $1 != "lib_trace")
/src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_report.cpp613 static bool HandleRacyStacks(ThreadState *thr, VarSizeStackTrace traces[2]) { in HandleRacyStacks()
617 hash.hash[0] = md5_hash(traces[0].trace, traces[0].size * sizeof(uptr)); in HandleRacyStacks()
618 hash.hash[1] = md5_hash(traces[1].trace, traces[1].size * sizeof(uptr)); in HandleRacyStacks()
753 VarSizeStackTrace traces[kMop]; in ReportRace() local
757 ObtainCurrentStack(thr, thr->trace_prev_pc, &traces[0], &tags[0]); in ReportRace()
758 if (IsFiredSuppression(ctx, rep_typ, traces[0])) in ReportRace()
772 size1, typ1, &tids[1], &traces[1], mset[1], &tags[1])) { in ReportRace()
777 if (IsFiredSuppression(ctx, rep_typ, traces[1])) in ReportRace()
780 if (HandleRacyStacks(thr, traces)) in ReportRace()
795 rep.AddMemoryAccess(addr, tags[i], s[i], tids[i], traces[i], mset[i]); in ReportRace()
/src/contrib/llvm-project/lldb/source/Plugins/TraceExporter/docs/
H A Dhtr.rst3traces like the ones obtained with Intel PT contain is not digestible to humans in its raw form. G…
9 **Block Metadata:** Metadata associated with each *block*. For processor traces, some metadata exam…
/src/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_flags.inc37 "The depth limit of origin tracking stack traces.")
/src/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTOptions.td69 "basis. This effectively traces the entire activity on all cpus "
85 "the sum of the sizes of all thread and cpu traces of this "
/src/sys/contrib/device-tree/src/arm64/freescale/
H A Dimx8mm-verdin-dev.dtsi161 /* Limit frequency on dev board due to long traces and bad signal integrity */
H A Dimx8mp-verdin-dev.dtsi265 /* Limit frequency on dev board due to long traces and bad signal integrity */
/src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/dtraceUtil/
H A Dman.TraceProvider56 * RESULT: matching traces of both profile and syscall probes.
/src/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Doptions.inc45 "allows better error reports by providing stack traces for allocation and "
/src/sys/contrib/device-tree/src/arm/nxp/ls/
H A Dls1021a-tsn.dts121 /* RGMII delays added via PCB traces */
/src/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerFlags.def110 FUZZER_FLAG_INT(use_cmp, 1, "Use CMP traces to guide mutations")
169 "If >= 2 will also print stack traces.")
/src/sys/contrib/device-tree/Bindings/net/dsa/
H A Dsja1105.txt48 the fixed-link, or by PCB serpentine traces on the board.
/src/sys/contrib/openzfs/tests/test-runner/bin/
H A Dtest-runner.py.in225 /usr/bin/strace -k --stack-traces -p $PID &> "$TMPFILE" &
241 Trigger kernel stack traces
/src/sys/contrib/device-tree/src/arm/allwinner/
H A Dsun8i-a83t-allwinner-h8homlet-v2.dts233 * Set a 100ms delay to account for PMIC ramp time and board traces.
H A Dsun8i-a83t-bananapi-m3.dts377 * ramp time and board traces.
H A Dsun9i-a80-optimus.dts414 * ramp time and board traces.
H A Dsun8i-a83t-cubietruck-plus.dts368 * Set a 100ms delay to account for PMIC ramp time and board traces.
H A Dsun9i-a80-cubieboard4.dts417 * ramp time and board traces.
/src/crypto/heimdal/lib/wind/
H A Drfc3492.txt69 7.2 Decoding traces......................................17
70 7.3 Encoding traces......................................19
184 Sections 7.1 "Decoding traces" and 7.2 "Encoding traces" trace the
903 7.2 Decoding traces
905 In the following traces, the evolving state of the decoder is shown
1015 7.3 Encoding traces
1017 In the following traces, code point values are hexadecimal, while
/src/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_lock.cpp1025 static char traces[TRACE_BUF_ELE][128] = {0}; variable
1028 KMP_SNPRINTF(traces[tc++ % TRACE_BUF_ELE], 128, "t%d at %s\n", X, Y);
1030 KMP_SNPRINTF(traces[tc++ % TRACE_BUF_ELE], 128, "t%d at %s%d\n", X, Y, Z);
1032 KMP_SNPRINTF(traces[tc++ % TRACE_BUF_ELE], 128, "t%d at %s %d,%d\n", X, Y, \
1043 __kmp_printf_no_lock("%s\n", traces[i]); in __kmp_dump_queuing_lock()
1046 __kmp_printf_no_lock("%s", traces[i]); in __kmp_dump_queuing_lock()
/src/contrib/llvm-project/lldb/bindings/python/
H A Dpython-typemaps.swig441 // baton) nor can we just remove all traces of a callback, if we want to
465 // baton) nor can we just remove all traces of a callback, if we want to
/src/crypto/openssl/doc/designs/quic-design/
H A Ddebugging.md4 When debugging the QUIC stack it is extremely useful to have protocol traces
/src/sys/contrib/device-tree/Bindings/powerpc/fsl/
H A Ddcsr.txt191 functionality to trigger event notifications and debug traces.
/src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dwrappers_c.inc348 // Sets whether scudo records stack traces and other metadata for allocations

123