Searched refs:trace_size (Results 1 – 5 of 5) sorted by relevance
| /src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_debugging.cpp | 58 uptr trace_size) { in CopyTrace() argument 63 if (i >= trace_size) break; in CopyTrace() 78 uptr trace_size) { in __tsan_get_report_data() argument 88 if (rep->sleep) CopyTrace(rep->sleep->frames, sleep_trace, trace_size); in __tsan_get_report_data() 101 uptr trace_size) { in __tsan_get_report_stack() argument 105 if (stack) CopyTrace(stack->frames, trace, trace_size); in __tsan_get_report_stack() 112 uptr trace_size) { in __tsan_get_report_mop() argument 121 if (mop->stack) CopyTrace(mop->stack->frames, trace, trace_size); in __tsan_get_report_mop() 129 uptr trace_size) { in __tsan_get_report_loc() argument 140 if (loc->stack) CopyTrace(loc->stack->frames, trace, trace_size); in __tsan_get_report_loc() [all …]
|
| H A D | tsan_interface.h | 134 uptr trace_size); 152 uptr trace_size); 158 uptr trace_size); 165 uptr trace_size); 174 int *destroyed, void **trace, uptr trace_size); 180 void **trace, uptr trace_size);
|
| /src/contrib/llvm-project/compiler-rt/include/sanitizer/ |
| H A D | tsan_interface.h | 212 int *unique_tid_count, void **sleep_trace, unsigned long trace_size); 223 unsigned long trace_size); 240 unsigned long trace_size); 261 unsigned long trace_size); 276 unsigned long trace_size); 294 unsigned long trace_size);
|
| /src/contrib/arm-optimized-routines/math/test/ |
| H A D | mathbench.c | 39 static size_t trace_size; variable 412 hi = trace_size / N; in bench() 420 for (int i = N; i < trace_size; i += N) in bench() 448 if (n >= trace_size) in readtrace() 450 trace_size += N; in readtrace() 451 Trace = realloc (Trace, trace_size * sizeof (Trace[0])); in readtrace() 469 trace_size = n; in readtrace() 470 for (int i = 0; n < trace_size; n++, i++) in readtrace()
|
| /src/sys/dev/qlnx/qlnxe/ |
| H A D | mcp_public.h | 2211 u16 trace_size; /* Trace size in bytes */ member
|