/external/valgrind/main/drd/ |
drd_cond.c | 29 #include "pub_tool_errormgr.h" /* VG_(maybe_record_error)() */ 91 VG_(maybe_record_error)(VG_(get_running_tid)(), 111 VG_(maybe_record_error)(VG_(get_running_tid)(), 158 VG_(maybe_record_error)(VG_(get_running_tid)(), 181 VG_(maybe_record_error)(VG_(get_running_tid)(), 192 VG_(maybe_record_error)(VG_(get_running_tid)(), 220 VG_(maybe_record_error)(VG_(get_running_tid)(), 237 VG_(maybe_record_error)(VG_(get_running_tid)(), 252 VG_(maybe_record_error)(vg_tid, 283 VG_(maybe_record_error)(VG_(get_running_tid)() [all...] |
drd_rwlock.c | 29 #include "pub_tool_errormgr.h" // VG_(maybe_record_error)() 208 VG_(maybe_record_error) 253 VG_(maybe_record_error)(VG_(get_running_tid)(), 290 VG_(maybe_record_error)(VG_(get_running_tid)(), 328 VG_(maybe_record_error)(vg_tid, 353 VG_(maybe_record_error)(VG_(get_running_tid)(), 385 VG_(maybe_record_error)(VG_(get_running_tid)(), 451 VG_(maybe_record_error)(VG_(get_running_tid)(), 518 VG_(maybe_record_error)(VG_(get_running_tid)(), 531 VG_(maybe_record_error)(vg_tid [all...] |
drd_semaphore.c | 29 #include "pub_tool_errormgr.h" // VG_(maybe_record_error)() 124 VG_(maybe_record_error)(VG_(get_running_tid)(), 185 VG_(maybe_record_error)(vg_tid, 201 VG_(maybe_record_error)(vg_tid, 235 VG_(maybe_record_error)(VG_(get_running_tid)(), 269 VG_(maybe_record_error)(vg_tid, 308 VG_(maybe_record_error)(VG_(get_running_tid)(), 332 VG_(maybe_record_error)(VG_(get_running_tid)(), 373 VG_(maybe_record_error)(VG_(get_running_tid)(),
|
drd_mutex.c | 30 #include "pub_tool_errormgr.h" /* VG_(maybe_record_error)() */ 101 VG_(maybe_record_error)(VG_(get_running_tid)(), 117 VG_(maybe_record_error)(VG_(get_running_tid)(), 132 VG_(maybe_record_error)(VG_(get_running_tid)(), 199 VG_(maybe_record_error)(vg_tid, 271 VG_(maybe_record_error)(VG_(get_running_tid)(), 325 VG_(maybe_record_error)(vg_tid, 373 VG_(maybe_record_error)(vg_tid, 385 VG_(maybe_record_error)(vg_tid, MutexErr, VG_(get_IP)(vg_tid), 395 VG_(maybe_record_error)(vg_tid [all...] |
drd_barrier.c | 29 #include "pub_tool_errormgr.h" // VG_(maybe_record_error)() 159 VG_(maybe_record_error)(VG_(get_running_tid)(), 237 VG_(maybe_record_error)(VG_(get_running_tid)(), 250 VG_(maybe_record_error)(VG_(get_running_tid)(), 277 VG_(maybe_record_error)(VG_(get_running_tid)(), 306 VG_(maybe_record_error)(VG_(get_running_tid)(), 317 VG_(maybe_record_error)(VG_(get_running_tid)(), 344 VG_(maybe_record_error)(VG_(get_running_tid)(), 438 VG_(maybe_record_error)(VG_(get_running_tid)(), 446 VG_(maybe_record_error)(VG_(get_running_tid)() [all...] |
drd_clientreq.c | 94 VG_(maybe_record_error)(vg_tid, 112 VG_(maybe_record_error)(vg_tid, 128 VG_(maybe_record_error)(vg_tid, 257 VG_(maybe_record_error)(vg_tid, 280 VG_(maybe_record_error)(vg_tid, 299 VG_(maybe_record_error)(vg_tid, 552 VG_(maybe_record_error)(vg_tid, 567 VG_(maybe_record_error)(vg_tid,
|
drd_hb.c | 28 #include "pub_tool_errormgr.h" /* VG_(maybe_record_error)() */ 123 VG_(maybe_record_error)(VG_(get_running_tid)(), 243 VG_(maybe_record_error)(VG_(get_running_tid)(),
|
drd_load_store.c | 152 VG_(maybe_record_error)(vg_tid, GenericErr, VG_(get_IP)(vg_tid), 164 VG_(maybe_record_error)(vg_tid, DataRaceErr, VG_(get_IP)(vg_tid),
|
drd_error.c | 253 * Compare two error contexts. The core function VG_(maybe_record_error)()
|
/external/valgrind/main/include/ |
pub_tool_errormgr.h | 75 extern void VG_(maybe_record_error) ( ThreadId tid, ErrorKind ekind, 78 /* Similar to VG_(maybe_record_error)(), except this one doesn't record the
|
valgrind.h | [all...] |
/external/valgrind/main/memcheck/ |
mc_errors.c | 864 VG_(maybe_record_error)( tid, Err_Addr, a, /*s*/NULL, &extra ); 876 VG_(maybe_record_error)( tid, Err_Value, /*addr*/0, /*s*/NULL, &extra ); 887 VG_(maybe_record_error)( tid, Err_Cond, /*addr*/0, /*s*/NULL, &extra ); 895 VG_(maybe_record_error)( tid, Err_CoreMem, /*addr*/0, msg, /*extra*/NULL ); 906 VG_(maybe_record_error)( tid, Err_RegParam, /*addr*/0, msg, &extra ); [all...] |
/external/valgrind/main/exp-sgcheck/ |
pc_common.c | 175 VG_(maybe_record_error)( tid, XE_SorG, 0, NULL, &xe ); 187 VG_(maybe_record_error)( VG_(get_running_tid)(), XE_Heap, 199 VG_(maybe_record_error)( VG_(get_running_tid)(), XE_Arith, 214 VG_(maybe_record_error)( tid, XE_SysParam, /*a*/(Addr)0, /*str*/s,
|
/external/valgrind/main/helgrind/tests/ |
Makefile.am | 142 #==13480== by 0xF009F001: ??? f009eef0 VG_(maybe_record_error)
|
Makefile.in | 83 #==13480== by 0xF009F001: ??? f009eef0 VG_(maybe_record_error) [all...] |
/external/valgrind/main/helgrind/ |
hg_errors.c | 560 VG_(maybe_record_error)( thr->coretid, 578 VG_(maybe_record_error)( thr->coretid, 598 VG_(maybe_record_error)( thr->coretid, 613 VG_(maybe_record_error)( thr->coretid, 640 VG_(maybe_record_error)( thr->coretid, 660 VG_(maybe_record_error)( thr->coretid, 679 VG_(maybe_record_error)( thr->coretid, [all...] |
/external/valgrind/main/coregrind/ |
m_errormgr.c | 123 When errors are found and recorded with VG_(maybe_record_error)(), all 654 void VG_(maybe_record_error) ( ThreadId tid, function [all...] |
/external/chromium_org/base/third_party/valgrind/ |
valgrind.h | [all...] |
/external/chromium_org/third_party/re2/util/ |
valgrind.h | [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/third_party/ |
valgrind.h | [all...] |
/external/chromium_org/v8/src/third_party/valgrind/ |
valgrind.h | [all...] |
/external/regex-re2/util/ |
valgrind.h | [all...] |
/external/v8/src/third_party/valgrind/ |
valgrind.h | [all...] |