Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_debugging.cpp58 uptr trace_size) { in CopyTrace()
63 if (i >= trace_size) break; in CopyTrace()
78 uptr trace_size) { in __tsan_get_report_data()
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()
105 if (stack) CopyTrace(stack->frames, trace, trace_size); in __tsan_get_report_stack()
112 uptr trace_size) { in __tsan_get_report_mop()
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()
140 if (loc->stack) CopyTrace(loc->stack->frames, trace, trace_size); in __tsan_get_report_loc()
56 CopyTrace(SymbolizedStack * first_frame,void ** trace,uptr trace_size) CopyTrace() argument
76 __tsan_get_report_data(void * report,const char ** description,int * count,int * stack_count,int * mop_count,int * loc_count,int * mutex_count,int * thread_count,int * unique_tid_count,void ** sleep_trace,uptr trace_size) __tsan_get_report_data() argument
99 __tsan_get_report_stack(void * report,uptr idx,void ** trace,uptr trace_size) __tsan_get_report_stack() argument
110 __tsan_get_report_mop(void * report,uptr idx,int * tid,void ** addr,int * size,int * write,int * atomic,void ** trace,uptr trace_size) __tsan_get_report_mop() argument
127 __tsan_get_report_loc(void * report,uptr idx,const char ** type,void ** addr,uptr * start,uptr * size,int * tid,int * fd,int * suppressable,void ** trace,uptr trace_size) __tsan_get_report_loc() argument
154 __tsan_get_report_mutex(void * report,uptr idx,uptr * mutex_id,void ** addr,int * destroyed,void ** trace,uptr trace_size) __tsan_get_report_mutex() argument
168 __tsan_get_report_thread(void * report,uptr idx,int * tid,tid_t * os_id,int * running,const char ** name,int * parent_tid,void ** trace,uptr trace_size) __tsan_get_report_thread() argument
[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/arm-optimized-routines/math/test/
H A Dmathbench.c39 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()
/freebsd/sys/dev/qlnx/qlnxe/
H A Dmcp_public.h2211 u16 trace_size; /* Trace size in bytes */ member