Home
last modified time | relevance | path

Searched refs:trace_size (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_debugging.cpp58 uptr trace_size) { in CopyTrace() argument
63 if (i >= trace_size) break; in CopyTrace()
78 uptr trace_size) { in __tsan_get_report_data() argument
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()
163 if (mutex->stack) CopyTrace(mutex->stack->frames, trace, trace_size); in __tsan_get_report_mutex()
[all …]
H A Dtsan_interface.h134 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);
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dtsan_interface.h212 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);
/freebsd/contrib/arm-optimized-routines/math/test/
H A Dmathbench.c26 static size_t trace_size; variable
477 hi = trace_size / N; in bench()
485 for (int i = N; i < trace_size; i += N) in bench()
513 if (n >= trace_size) in readtrace()
515 trace_size += N; in readtrace()
516 Trace = realloc (Trace, trace_size * sizeof (Trace[0])); in readtrace()
534 trace_size = n; in readtrace()
535 for (int i = 0; n < trace_size; n++, i++) in readtrace()
/freebsd/sys/dev/qlnx/qlnxe/
H A Dmcp_public.h2211 u16 trace_size; /* Trace size in bytes */ member