/llvm-project/compiler-rt/lib/tsan/tests/unit/ |
H A D | tsan_stack_test.cpp | 20 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 D | tsan_debugging.cpp | 57 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 D | tsan_rtl.cpp | 86 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 D | IntelPTThreadTraceCollection.cpp | 37 Expected<IntelPTSingleBufferTrace> trace = in TraceStart() local 87 if (Expected<IntelPTSingleBufferTrace &> trace = in TryGetBinaryData() local
|
H A D | IntelPTCollector.cpp | 127 if (Expected<IntelPTProcessTraceUP> trace = in TraceStart() local 141 if (Expected<IntelPTProcessTraceUP> trace = in TraceStart() local
|
H A D | IntelPTPerThreadProcessTrace.cpp | 58 std::unique_ptr<IntelPTPerThreadProcessTrace> trace( in Start() local
|
/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
H A D | CommandObjectTraceStartIntelPT.h | 40 CommandObjectThreadTraceStartIntelPT(TraceIntelPT &trace, in CommandObjectThreadTraceStartIntelPT() 86 CommandObjectProcessTraceStartIntelPT(TraceIntelPT &trace, in CommandObjectProcessTraceStartIntelPT()
|
H A D | ThreadDecoder.cpp | 21 ThreadDecoder::ThreadDecoder(const ThreadSP &thread_sp, TraceIntelPT &trace) in ThreadDecoder()
|
/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_debugging.cpp | 50 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 D | asm-unicode.S | 2 .macro my_macro, trace=1, uaccess=1 argument
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | RDFDeadCode.h | 40 void trace(bool On) { Trace = On; } in trace() function 41 bool trace() const { return Trace; } in trace() function
|
H A D | RDFCopy.h | 34 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 D | debug_stacks.cpp | 34 void *trace[100]; in main() local
|
/llvm-project/lldb/test/API/test_utils/base/ |
H A D | TestBaseTest.py | 18 def trace(self, *args, **kwargs): member in TestBuildMethod
|
/llvm-project/compiler-rt/test/tsan/ |
H A D | debug_alloc_stack.cpp | 49 void *trace[100]; in main() local
|
H A D | debug_mutex_bad_unlock.cpp | 56 void *trace[16] = {0}; in __tsan_on_report() local
|
H A D | debugging.cpp | 79 void *trace[16] = {0}; in __tsan_on_report() local
|
/llvm-project/lldb/test/API/lang/c/register_variables/ |
H A D | TestRegisterVariables.py | 208 def is_struct_pointer_in_register(self, frame, var_name, trace): argument
|
/llvm-project/clang-tools-extra/clangd/unittests/support/ |
H A D | TestTracer.cpp | 15 namespace trace { namespace
|
/llvm-project/compiler-rt/test/tsan/Darwin/ |
H A D | debug_external.cpp | 57 void *trace[16] = {0}; in __tsan_on_report() local
|
H A D | external-swift-debugging.cpp | 74 void *trace[16] = {0}; in __tsan_on_report() local
|
/llvm-project/clang/tools/libclang/ |
H A D | CLog.h | 62 explicit Logger(llvm::StringRef name, bool trace) in Logger()
|
/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
H A D | InstrumentationRuntimeMainThreadChecker.cpp | 121 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 D | sanitizer_stack_store_test.cpp | 89 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 D | InstrumentationRuntimeUBSan.cpp | 148 StructuredData::Array *trace = new StructuredData::Array(); in RetrieveReportData() local 313 auto trace = info->GetObjectForDotSeparatedPath("trace")->GetAsArray(); in GetBacktracesFromExtendedStopInfo() local
|