Home
last modified time | relevance | path

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

12

/openbsd/src/gnu/llvm/compiler-rt/lib/tsan/rtl/
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() function
207 static constexpr uptr kMinParts = 3;
209 static constexpr uptr kFinishedThreadLo = 16;
210 static constexpr uptr kFinishedThreadHi = 64;
/openbsd/src/gnu/llvm/compiler-rt/lib/tsan/tests/unit/
Dtsan_trace_test.cpp70 TRACE_TEST(Trace, RestoreAccess) { in TRACE_TEST() argument
115 TRACE_TEST(Trace, MemoryAccessSize) { in TRACE_TEST() argument
170 TRACE_TEST(Trace, RestoreMutexLock) { in TRACE_TEST() argument
200 TRACE_TEST(Trace, MultiPart) { in TRACE_TEST() argument
246 TRACE_TEST(Trace, DeepSwitch) { in TRACE_TEST() argument
/openbsd/src/gnu/llvm/compiler-rt/lib/gwp_asan/optional/
Dbacktrace_sanitizer_common.cpp43 __sanitizer::BufferedStackTrace Trace; in BacktraceCommon() local
64 static void PrintBacktrace(uintptr_t *Trace, size_t TraceLength, in PrintBacktrace()
Dbacktrace_linux_libc.cpp36 static void PrintBacktrace(uintptr_t *Trace, size_t TraceLength, in PrintBacktrace()
Dsegv_handler_posix.cpp146 uintptr_t Trace[kMaximumStackFramesForCrashTrace]; in dumpReport() local
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DMachineTraceMetrics.h96 friend class Trace; variable
261 explicit Trace(Ensemble &te, TraceBlockInfo &tbi) : TE(te), TBI(tbi) {} in Trace() function
321 friend class Trace; variable
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/POSIX/
DProcessPOSIXLog.h26 Trace = Log::ChannelFlag<7>, enumerator
DProcessMessage.h69 static ProcessMessage Trace(lldb::tid_t tid) { in Trace() function
/openbsd/src/gnu/llvm/clang/tools/libclang/
DCLog.h42 bool Trace; variable
/openbsd/src/lib/libz/
Dzutil.h230 # define Trace(x) {if (z_verbose>=0) fprintf x ;} macro
237 # define Trace(x) macro
/openbsd/src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
Dzutil.h225 # define Trace(x) {if (z_verbose>=0) fprintf x ;} macro
232 # define Trace(x) macro
/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
DRDFCopy.h46 bool Trace = false; member
DBitTracker.h122 bool Trace; // Enable tracing for debugging. member
/openbsd/src/sys/lib/libz/
Dzutil.h243 # define Trace(x) {if (z_verbose>=0) fprintf x ;} macro
250 # define Trace(x) macro
/openbsd/src/gnu/llvm/lldb/include/lldb/Target/
DTrace.h483 Trace(Process &live_process) : m_live_process(&live_process) {} in Trace() function
/openbsd/src/gnu/llvm/llvm/include/llvm/XRay/
DProfile.h30 class Trace; variable
/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DTrace.h39 Trace(const std::vector<BasicBlock *> &vBB) : BasicBlocks (vBB) {} in Trace() function
/openbsd/src/gnu/llvm/llvm/lib/XRay/
DTrace.cpp350 YAMLXRayTrace Trace; in loadYAMLLog() local
/openbsd/src/gnu/llvm/llvm/tools/llvm-xray/
Dxray-converter.cpp88 YAMLXRayTrace Trace; in exportAsYAML() local
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64ConditionalCompares.cpp861 MachineTraceMetrics::Trace Trace = MinInstr->getTrace(CmpConv.CmpBB); in shouldConvert() local
/openbsd/src/gnu/usr.bin/perl/cpan/DB_File/
DDB_File.xs199 # define Trace(x) printf x macro
201 # define Trace(x) macro
/openbsd/src/gnu/llvm/lldb/source/Target/
DTrace.cpp350 Trace::Trace(ArrayRef<ProcessSP> postmortem_processes, in Trace() function in Trace
/openbsd/src/games/trek/
Dtrek.h351 int Trace; variable
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp979 ArrayRef<const MachineBasicBlock*> Trace) { in addLiveIns()
/openbsd/src/gnu/llvm/compiler-rt/lib/scudo/standalone/
Dcombined.h1296 u32 Trace = collectStackTrace(); in storeSecondaryAllocationStackMaybe() local

12