Home
last modified time | relevance | path

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

123

/freebsd/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.awk307 printf "# traces: %s\n", traces
349 if (traces != "all" && traces != MODEL && $1 != "lib_trace")
/freebsd/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()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TraceExporter/docs/
H A Dhtr.rst3 The humongous amount of data processor traces like the ones obtained with Intel PT contain is not digestible to humans in its raw form. Given this, it is useful to summarize these massive traces by extracting useful information. Hierarchical Trace Representation (HTR) is the way lldb represents a summarized trace internally. HTR efficiently stores trace data and allows the trace data to be transformed in a way akin to compiler passes.
9 **Block Metadata:** Metadata associated with each *block*. For processor traces, some metadata examples are the number of instructions in the block or information on what functions are called in the block.
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_flags.inc37 "The depth limit of origin tracking stack traces.")
/freebsd/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 "
/freebsd/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 */
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/dtraceUtil/
H A Dman.TraceProvider56 * RESULT: matching traces of both profile and syscall probes.
/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Doptions.inc45 "allows better error reports by providing stack traces for allocation and "
/freebsd/sys/contrib/device-tree/src/arm/nxp/ls/
H A Dls1021a-tsn.dts121 /* RGMII delays added via PCB traces */
/freebsd/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.")
/freebsd/sys/contrib/device-tree/Bindings/net/dsa/
H A Dsja1105.txt48 the fixed-link, or by PCB serpentine traces on the board.
/freebsd/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-cubieboard4.dts417 * 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.
/freebsd/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
/freebsd/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()
/freebsd/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
/freebsd/sys/contrib/device-tree/Bindings/powerpc/fsl/
H A Ddcsr.txt191 functionality to trigger event notifications and debug traces.
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dwrappers_c.inc348 // Sets whether scudo records stack traces and other metadata for allocations
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flags.inc33 "stack traces (addr2line will only be used if llvm-symbolizer binary is "
/freebsd/sys/contrib/openzfs/.github/
H A DCONTRIBUTING.md108 * Stack traces which may be logged to `dmesg`.

123