/external/valgrind/main/drd/ |
D | drd_cond.c | 94 VG_(get_IP)(VG_(get_running_tid)()), in DRD_() 114 VG_(get_IP)(VG_(get_running_tid)()), in wrong_type() 161 VG_(get_IP)(VG_(get_running_tid)()), in DRD_() 184 VG_(get_IP)(VG_(get_running_tid)()), in DRD_() 195 VG_(get_IP)(VG_(get_running_tid)()), in DRD_() 223 VG_(get_IP)(VG_(get_running_tid)()), in DRD_() 240 VG_(get_IP)(VG_(get_running_tid)()), in DRD_() 255 VG_(get_IP)(vg_tid), in DRD_() 286 VG_(get_IP)(VG_(get_running_tid)()), in DRD_() 325 VG_(get_IP)(vg_tid), in cond_signal() [all …]
|
D | drd_mutex.c | 104 VG_(get_IP)(VG_(get_running_tid)()), in mutex_cleanup() 120 VG_(get_IP)(VG_(get_running_tid)()), in DRD_() 135 VG_(get_IP)(VG_(get_running_tid)()), in wrong_mutex_type() 202 VG_(get_IP)(vg_tid), in DRD_() 274 VG_(get_IP)(VG_(get_running_tid)()), in DRD_() 328 VG_(get_IP)(vg_tid), in DRD_() 376 VG_(get_IP)(vg_tid), in DRD_() 386 VG_(maybe_record_error)(vg_tid, MutexErr, VG_(get_IP)(vg_tid), in DRD_() 398 VG_(get_IP)(vg_tid), in DRD_() 419 VG_(get_IP)(vg_tid), in DRD_() [all …]
|
D | drd_semaphore.c | 127 VG_(get_IP)(VG_(get_running_tid)()), in semaphore_cleanup() 188 VG_(get_IP)(vg_tid), in DRD_() 204 VG_(get_IP)(vg_tid), in DRD_() 238 VG_(get_IP)(VG_(get_running_tid)()), in DRD_() 272 VG_(get_IP)(vg_tid), in DRD_() 311 VG_(get_IP)(VG_(get_running_tid)()), in DRD_() 335 VG_(get_IP)(VG_(get_running_tid)()), in DRD_() 376 VG_(get_IP)(VG_(get_running_tid)()), in DRD_()
|
D | drd_rwlock.c | 218 VG_(get_IP)(VG_(get_running_tid)()), in drd_rwlock_check_type() 262 VG_(get_IP)(VG_(get_running_tid)()), in rwlock_cleanup() 299 VG_(get_IP)(VG_(get_running_tid)()), in DRD_() 337 VG_(get_IP)(vg_tid), in DRD_() 362 VG_(get_IP)(VG_(get_running_tid)()), in DRD_() 394 VG_(get_IP)(VG_(get_running_tid)()), in DRD_() 460 VG_(get_IP)(VG_(get_running_tid)()), in DRD_() 527 VG_(get_IP)(VG_(get_running_tid)()), in DRD_() 540 VG_(get_IP)(vg_tid), in DRD_() 560 VG_(get_IP)(vg_tid), in DRD_() [all …]
|
D | drd_barrier.c | 162 VG_(get_IP)(VG_(get_running_tid)()), in barrier_cleanup() 240 VG_(get_IP)(VG_(get_running_tid)()), in DRD_() 253 VG_(get_IP)(VG_(get_running_tid)()), in DRD_() 280 VG_(get_IP)(VG_(get_running_tid)()), in DRD_() 309 VG_(get_IP)(VG_(get_running_tid)()), in DRD_() 320 VG_(get_IP)(VG_(get_running_tid)()), in DRD_() 347 VG_(get_IP)(VG_(get_running_tid)()), in DRD_() 441 VG_(get_IP)(VG_(get_running_tid)()), in DRD_() 449 VG_(get_IP)(VG_(get_running_tid)()), in DRD_() 538 VG_(get_IP)(VG_(get_running_tid)()), in barrier_report_wait_delete_race()
|
D | drd_clientreq.c | 91 VG_(get_IP)(vg_tid), in handle_client_request() 109 VG_(get_IP)(vg_tid), in handle_client_request() 125 VG_(get_IP)(vg_tid), in handle_client_request() 254 VG_(get_IP)(vg_tid), in handle_client_request() 277 VG_(get_IP)(vg_tid), in handle_client_request() 296 VG_(get_IP)(vg_tid), in handle_client_request() 549 VG_(get_IP)(vg_tid), in handle_client_request() 564 VG_(get_IP)(vg_tid), in handle_client_request()
|
D | drd_hb.c | 126 VG_(get_IP)(VG_(get_running_tid)()), in wrong_type() 246 VG_(get_IP)(VG_(get_running_tid)()), in DRD_()
|
D | drd_load_store.c | 129 VG_(get_IP)(VG_(get_running_tid)()), in drd_report_race()
|
/external/valgrind/main/include/ |
D | pub_tool_machine.h | 93 Addr VG_(get_IP) ( ThreadId tid );
|
/external/valgrind/main/coregrind/m_gdbserver/ |
D | m_gdbserver.c | 513 invalidate_if_jump_not_yet_gdbserved (VG_(get_IP) (tid), who); in invalidate_current_ip() 589 saved_pc = VG_(get_IP) (tid); in call_gdbserver() 661 if (VG_(get_IP) (tid) != saved_pc) { in call_gdbserver() local 665 sym(VG_(get_IP) (tid), /* is_code */ True)); in call_gdbserver()
|
D | README_DEVELOPERS | 384 if (VG_(get_IP) (tid) != CallDebugger_addr
|
/external/valgrind/main/coregrind/m_scheduler/ |
D | scheduler.c | 900 Addr ip = VG_(get_IP)(tid); in handle_tt_miss() 957 Addr ip = VG_(get_IP)(tid); in handle_noredir_jump() 1262 VG_(get_IP)(tid)); in VG_() 1276 VG_(synth_sigill)(tid, VG_(get_IP)(tid)); in VG_()
|
/external/valgrind/main/coregrind/ |
D | m_execontext.c | 315 ips[0] = VG_(get_IP)(tid); in record_ExeContext_wrk()
|
D | m_machine.c | 48 Addr VG_(get_IP) ( ThreadId tid ) { in VG_() argument
|
D | m_signals.c | 2352 sigNo, info->si_code, VG_(get_IP)(tid), in sync_signalhandler()
|
/external/valgrind/tsan/ |
D | ts_valgrind.cc | 161 DCHECK(pc == VG_(get_IP)(vg_tid)); in GetVgPc()
|
/external/valgrind/main/exp-sgcheck/ |
D | sg_main.c | 2477 0, VG_(get_IP)(tid), NULL ); in shadowStack_set_initial_SP()
|
/external/valgrind/main/coregrind/m_debuginfo/ |
D | UNUSED_STABS.txt | 814 eip = VG_(get_IP)(tid);
|
D | debuginfo.c | 3214 VG_(get_IP)(tid), in VG_()
|