Searched refs:trace_size (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_debugging.cpp | 56 uptr trace_size) { in CopyTrace() argument 61 if (i >= trace_size) break; in CopyTrace() 76 uptr trace_size) { in __tsan_get_report_data() argument 99 uptr trace_size) { in __tsan_get_report_stack() argument 103 if (stack) CopyTrace(stack->frames, trace, trace_size); in __tsan_get_report_stack() 110 uptr trace_size) { in __tsan_get_report_mop() argument 119 if (mop->stack) CopyTrace(mop->stack->frames, trace, trace_size); in __tsan_get_report_mop() 127 uptr trace_size) { in __tsan_get_report_loc() argument 138 if (loc->stack) CopyTrace(loc->stack->frames, trace, trace_size); in __tsan_get_report_loc() 161 if (mutex->stack) CopyTrace(mutex->stack->frames, trace, trace_size); in __tsan_get_report_mutex() [all …]
|
| H A D | tsan_interface.h | 122 uptr trace_size); 140 uptr trace_size); 146 uptr trace_size); 153 uptr trace_size); 162 int *destroyed, void **trace, uptr trace_size); 168 void **trace, uptr trace_size);
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_debugging.cpp | 56 uptr trace_size) { in CopyTrace() argument 61 if (i >= trace_size) break; in CopyTrace() 76 uptr trace_size) { in __tsan_get_report_data() argument 99 uptr trace_size) { in __tsan_get_report_stack() argument 103 if (stack) CopyTrace(stack->frames, trace, trace_size); in __tsan_get_report_stack() 110 uptr trace_size) { in __tsan_get_report_mop() argument 119 if (mop->stack) CopyTrace(mop->stack->frames, trace, trace_size); in __tsan_get_report_mop() 127 uptr trace_size) { in __tsan_get_report_loc() argument 138 if (loc->stack) CopyTrace(loc->stack->frames, trace, trace_size); in __tsan_get_report_loc() 161 if (mutex->stack) CopyTrace(mutex->stack->frames, trace, trace_size); in __tsan_get_report_mutex() [all …]
|
| H A D | tsan_interface.h | 122 uptr trace_size); 140 uptr trace_size); 146 uptr trace_size); 153 uptr trace_size); 162 int *destroyed, void **trace, uptr trace_size); 168 void **trace, uptr trace_size);
|
| /llvm-project-15.0.7/compiler-rt/test/tsan/ |
| H A D | debugging.cpp | 19 unsigned long trace_size); 22 void **trace, unsigned long trace_size); 26 unsigned long trace_size);
|
| /llvm-project-15.0.7/libc/AOR_v20.02/math/test/ |
| H A D | mathbench.c | 32 static size_t trace_size; variable 607 hi = trace_size / N; in bench() 615 for (int i = N; i < trace_size; i += N) in bench() 643 if (n >= trace_size) in readtrace() 645 trace_size += N; in readtrace() 646 Trace = realloc (Trace, trace_size * sizeof (Trace[0])); in readtrace() 664 trace_size = n; in readtrace() 665 for (int i = 0; n < trace_size; n++, i++) in readtrace()
|
| /llvm-project-15.0.7/compiler-rt/test/tsan/Darwin/ |
| H A D | debug_external.cpp | 17 unsigned long trace_size);
|
| H A D | external-swift-debugging.cpp | 14 unsigned long trace_size);
|
| H A D | main_tid.mm | 13 unsigned long trace_size);
|