Home
last modified time | relevance | path

Searched defs:Trace (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_trace.h189 struct Trace { struct
191 IList<TraceHeader, &TraceHeader::trace_parts, TracePart> parts; argument
193 TracePart* local_head; argument
201 Trace() : mtx(MutexTypeTrace) {} in Trace() argument
207 static constexpr uptr kMinParts = 3;
209 static constexpr uptr kFinishedThreadLo = 16;
210 static constexpr uptr kFinishedThreadHi = 64;
/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/optional/
H A Dbacktrace_sanitizer_common.cpp43 __sanitizer::BufferedStackTrace Trace; in BacktraceCommon() local
64 static void PrintBacktrace(uintptr_t *Trace, size_t TraceLength, in PrintBacktrace()
H A Dbacktrace_linux_libc.cpp36 static void PrintBacktrace(uintptr_t *Trace, size_t TraceLength, in PrintBacktrace()
H A Dsegv_handler_posix.cpp159 uintptr_t Trace[kMaximumStackFramesForCrashTrace]; in dumpReport() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIXLog.h26 Trace = Log::ChannelFlag<7>, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h106 friend class Trace; variable
272 explicit Trace(Ensemble &te, TraceBlockInfo &tbi) : TE(te), TBI(tbi) {} in Trace() function
333 friend class Trace; variable
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTrace.h483 Trace(Process &live_process) : m_live_process(&live_process) {} Trace() function
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DRDFCopy.h45 bool Trace = false; member
H A DBitTracker.h122 bool Trace; // Enable tracing for debugging. member
/freebsd/sys/contrib/zlib/
H A Dzutil.h225 # define Trace(x) {if (z_verbose>=0) fprintf x ;} macro
232 # define Trace(x) macro
/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/
H A DProfile.h30 class Trace; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTrace.h39 Trace(const std::vector<BasicBlock *> &vBB) : BasicBlocks (vBB) {} in Trace() function
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp322 void InstrProfWriter::addTemporalProfileTrace(TemporalProfTraceTy Trace) { in addTemporalProfileTrace()
341 for (auto &Trace : SrcTraces) in addTemporalProfileTraces() local
358 for (auto &Trace : SrcTraces) in addTemporalProfileTraces() local
957 for (auto &Trace : TemporalProfTraces) { in writeImpl() local
1163 for (auto &Trace : TemporalProfTraces) { in writeTextTemporalProfTraceData() local
H A DInstrProfReader.cpp295 TemporalProfTraceTy Trace; in readTemporalProfTraceData() local
480 TemporalProfTraceTy Trace; in getTemporalProfTraces() local
1429 TemporalProfTraceTy Trace; in readHeader() local
H A DInstrProf.cpp1030 for (auto &Trace : Traces) { in createBPFunctionNodes() local
/freebsd/contrib/llvm-project/llvm/lib/XRay/
H A DTrace.cpp350 YAMLXRayTrace Trace; loadYAMLLog() local
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileMatcher.cpp202 LocToLocMap &EqualLocations) { in longestCommonSequence()
239 std::vector<std::vector<int32_t>> Trace; in longestCommonSequence() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-converter.cpp88 YAMLXRayTrace Trace; in exportAsYAML() local
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ConditionalCompares.cpp860 MachineTraceMetrics::Trace Trace = MinInstr->getTrace(CmpConv.CmpBB); in shouldConvert() local
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesManager.cpp69 PrettyStackTraceDoubleString Trace("Loading API notes from ", in loadAPINotes() local
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTrace.cpp350 Trace::Trace(ArrayRef<ProcessSP> postmortem_processes, in Trace() function in Trace
/freebsd/contrib/arm-optimized-routines/math/test/
H A Dmathbench.c38 static double *Trace; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp989 ArrayRef<const MachineBasicBlock*> Trace) { in addLiveIns()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h251 class Trace; variable
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h1431 u32 Trace = collectStackTrace(RB->Depot); in storeSecondaryAllocationStackMaybe() local

12