Home
last modified time | relevance | path

Searched defs:trace (Results 1 – 25 of 49) sorted by relevance

12

/llvm-project/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_stack_test.cpp20 static void TestStackTrace(StackTraceTy *trace) { in TestStackTrace()
45 static void TestTrim(StackTraceTy *trace) { in TestTrim()
66 VarSizeStackTrace trace; in TEST() local
71 BufferedStackTrace trace; in TEST() local
76 VarSizeStackTrace trace; in TEST() local
81 BufferedStackTrace trace; in TEST() local
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_debugging.cpp57 static void CopyTrace(SymbolizedStack *first_frame, void **trace, in CopyTrace()
100 int __tsan_get_report_stack(void *report, uptr idx, void **trace, in __tsan_get_report_stack()
111 int *size, int *write, int *atomic, void **trace, in __tsan_get_report_mop()
128 int *fd, int *suppressable, void **trace, in __tsan_get_report_loc()
156 int *destroyed, void **trace, uptr trace_size) { in __tsan_get_report_mutex()
170 void **trace, uptr trace_size) { in __tsan_get_report_thread()
244 int __tsan_get_alloc_stack(uptr addr, uptr *trace, uptr size, int *thread_id, in __tsan_get_alloc_stack()
H A Dtsan_rtl.cpp86 if (trace->parts_allocated == max_parts || in TracePartAlloc() local
128 if (auto trace = part->trace) TraceResetForTesting() local
151 auto trace = &tctx->trace; DoResetImpl() local
328 auto* trace = &thr->tctx->trace; SlotDetachImpl() local
915 Trace *trace = &thr->tctx->trace; TraceSkipGap() local
964 Trace* trace = &thr->tctx->trace; TraceSwitchPartImpl() local
[all...]
/llvm-project/lldb/source/Plugins/Process/Linux/
H A DIntelPTThreadTraceCollection.cpp37 Expected<IntelPTSingleBufferTrace> trace = in TraceStart() local
87 if (Expected<IntelPTSingleBufferTrace &> trace = in TryGetBinaryData() local
H A DIntelPTCollector.cpp127 if (Expected<IntelPTProcessTraceUP> trace = in TraceStart() local
141 if (Expected<IntelPTProcessTraceUP> trace = in TraceStart() local
H A DIntelPTPerThreadProcessTrace.cpp58 std::unique_ptr<IntelPTPerThreadProcessTrace> trace( in Start() local
/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DCommandObjectTraceStartIntelPT.h40 CommandObjectThreadTraceStartIntelPT(TraceIntelPT &trace, in CommandObjectThreadTraceStartIntelPT()
86 CommandObjectProcessTraceStartIntelPT(TraceIntelPT &trace, in CommandObjectProcessTraceStartIntelPT()
H A DThreadDecoder.cpp21 ThreadDecoder::ThreadDecoder(const ThreadSP &thread_sp, TraceIntelPT &trace) in ThreadDecoder()
/llvm-project/compiler-rt/lib/asan/
H A Dasan_debugging.cpp50 uptr AsanGetStack(uptr addr, uptr *trace, u32 size, u32 *thread_id, in AsanGetStack()
132 uptr __asan_get_alloc_stack(uptr addr, uptr *trace, uptr size, u32 *thread_id) { in __asan_get_alloc_stack()
137 uptr __asan_get_free_stack(uptr addr, uptr *trace, uptr size, u32 *thread_id) { in __asan_get_free_stack()
/llvm-project/clang/test/CodeGen/
H A Dasm-unicode.S2 .macro my_macro, trace=1, uaccess=1 argument
/llvm-project/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.h40 void trace(bool On) { Trace = On; } in trace() function
41 bool trace() const { return Trace; } in trace() function
H A DRDFCopy.h34 void trace(bool On) { Trace = On; } in trace() function
35 bool trace() const { return Trace; } in trace() function
/llvm-project/compiler-rt/test/asan/TestCases/
H A Ddebug_stacks.cpp34 void *trace[100]; in main() local
/llvm-project/lldb/test/API/test_utils/base/
H A DTestBaseTest.py18 def trace(self, *args, **kwargs): member in TestBuildMethod
/llvm-project/compiler-rt/test/tsan/
H A Ddebug_alloc_stack.cpp49 void *trace[100]; in main() local
H A Ddebug_mutex_bad_unlock.cpp56 void *trace[16] = {0}; in __tsan_on_report() local
H A Ddebugging.cpp79 void *trace[16] = {0}; in __tsan_on_report() local
/llvm-project/lldb/test/API/lang/c/register_variables/
H A DTestRegisterVariables.py208 def is_struct_pointer_in_register(self, frame, var_name, trace): argument
/llvm-project/clang-tools-extra/clangd/unittests/support/
H A DTestTracer.cpp15 namespace trace { namespace
/llvm-project/compiler-rt/test/tsan/Darwin/
H A Ddebug_external.cpp57 void *trace[16] = {0}; in __tsan_on_report() local
H A Dexternal-swift-debugging.cpp74 void *trace[16] = {0}; in __tsan_on_report() local
/llvm-project/clang/tools/libclang/
H A DCLog.h62 explicit Logger(llvm::StringRef name, bool trace) in Logger()
/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp121 StructuredData::Array *trace = new StructuredData::Array(); in RetrieveReportData() local
253 auto trace = info->GetObjectForDotSeparatedPath("trace")->GetAsArray(); in GetBacktracesFromExtendedStopInfo() local
/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stack_store_test.cpp89 StackTrace trace = store_.Load(*(id++)); in TEST_F() local
169 StackTrace trace = store_.Load(*(id++)); in TEST_P() local
/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp148 StructuredData::Array *trace = new StructuredData::Array(); in RetrieveReportData() local
313 auto trace = info->GetObjectForDotSeparatedPath("trace")->GetAsArray(); in GetBacktracesFromExtendedStopInfo() local

12