/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_debugging.cc | 48 uptr trace_size) { in CopyTrace() argument 53 if (i >= trace_size) break; in CopyTrace() 68 uptr trace_size) { in __tsan_get_report_data() argument 78 if (rep->sleep) CopyTrace(rep->sleep->frames, sleep_trace, trace_size); in __tsan_get_report_data() 84 uptr trace_size) { in __tsan_get_report_stack() argument 88 if (stack) CopyTrace(stack->frames, trace, trace_size); in __tsan_get_report_stack() 95 uptr trace_size) { in __tsan_get_report_mop() argument 104 if (mop->stack) CopyTrace(mop->stack->frames, trace, trace_size); in __tsan_get_report_mop() 112 uptr trace_size) { in __tsan_get_report_loc() argument 123 if (loc->stack) CopyTrace(loc->stack->frames, trace, trace_size); in __tsan_get_report_loc() [all …]
|
D | tsan_interface.h | 100 uptr trace_size); 105 uptr trace_size); 111 uptr trace_size); 118 uptr trace_size); 123 int *destroyed, void **trace, uptr trace_size); 129 void **trace, uptr trace_size);
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
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 86 if (rep->sleep) CopyTrace(rep->sleep->frames, sleep_trace, trace_size); in __tsan_get_report_data() 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() [all …]
|
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);
|
/external/llvm-project/compiler-rt/test/tsan/ |
D | debugging.cpp | 19 unsigned long trace_size); 22 void **trace, unsigned long trace_size); 26 unsigned long trace_size);
|
/external/compiler-rt/test/tsan/ |
D | debugging.cc | 18 unsigned long trace_size); 21 void **trace, unsigned long trace_size); 25 unsigned long trace_size);
|
/external/arm-optimized-routines/math/test/ |
D | mathbench.c | 31 static size_t trace_size; variable 608 hi = trace_size / N; in bench() 616 for (int i = N; i < trace_size; i += N) in bench() 644 if (n >= trace_size) in readtrace() 646 trace_size += N; in readtrace() 647 Trace = realloc (Trace, trace_size * sizeof (Trace[0])); in readtrace() 665 trace_size = n; in readtrace() 666 for (int i = 0; n < trace_size; n++, i++) in readtrace()
|
/external/llvm-project/libc/AOR_v20.02/math/test/ |
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()
|
/external/llvm-project/compiler-rt/test/tsan/Darwin/ |
D | debug_external.cpp | 17 unsigned long trace_size);
|
D | external-swift-debugging.cpp | 14 unsigned long trace_size);
|
D | main_tid.mm | 13 unsigned long trace_size);
|
/external/perfetto/test/trace_processor/parsing/ |
D | index | 120 ../../data/android_sched_and_ps.pb trace_size.sql android_sched_and_ps_trace_size.out
|