Searched refs:record_ExeContext (Results 1 – 17 of 17) sorted by relevance
/external/valgrind/main/drd/ |
D | drd_malloc_wrappers.c | 106 mc->where = VG_(record_ExeContext)(tid, 0); in DRD_() 208 mc->where = VG_(record_ExeContext)(tid, 0); in drd_realloc() 216 mc->where = VG_(record_ExeContext)(tid, 0); in drd_realloc() 238 mc->where = VG_(record_ExeContext)(tid, 0); in drd_realloc()
|
D | drd_segment.c | 78 sg->stacktrace = VG_(record_ExeContext)(vg_created, 0); in sg_init()
|
D | drd_clientobj.c | 144 p->any.first_observed_at = VG_(record_ExeContext)(VG_(get_running_tid)(), 0); in DRD_()
|
D | drd_rwlock.c | 446 p->acquired_at = VG_(record_ExeContext)(VG_(get_running_tid)(), 0); in DRD_() 520 p->acquired_at = VG_(record_ExeContext)(VG_(get_running_tid)(), 0); in DRD_()
|
D | drd_barrier.c | 383 q->wait_call_ctxt = VG_(record_ExeContext)(VG_(get_running_tid)(), 0); in DRD_()
|
D | drd_mutex.c | 336 p->acquired_at = VG_(record_ExeContext)(VG_(get_running_tid)(), 0); in DRD_()
|
/external/valgrind/main/include/ |
D | pub_tool_execontext.h | 61 ExeContext* VG_(record_ExeContext) ( ThreadId tid, Word first_ip_delta );
|
/external/valgrind/main/memcheck/ |
D | mc_malloc_wrappers.c | 218 ec = VG_(record_ExeContext)(tid, 0/*first_ip_delta*/); in MC_() 297 mc->where = VG_(record_ExeContext) ( tid, 0/*first_ip_delta*/ ); in die_and_free_mem() 387 ec = VG_(record_ExeContext)(tid, 0/*first_ip_delta*/); in MC_() 428 ec = VG_(record_ExeContext)(tid, 0/*first_ip_delta*/); in MC_()
|
D | mc_main.c | 1597 here = VG_(record_ExeContext)( tid, 0/*first_ip_delta*/ ); in make_mem_undefined_w_tid_and_okind() 5059 cgbs[i].where = VG_(record_ExeContext) ( tid, 0/*first_ip_delta*/ ); in mc_handle_client_request()
|
/external/valgrind/main/helgrind/ |
D | hg_main.c | 234 = VG_(record_ExeContext)(tid, 0/*first_ip_delta*/); in lockN_acquire_writer() 290 = VG_(record_ExeContext)(tid, 0/*first_ip_delta*/); in lockN_acquire_reader() 675 lock->appeared_at = VG_(record_ExeContext)( tid, 0 ); in map_locks_lookup_or_create() 1635 thr_c->created_at = VG_(record_ExeContext)(parent, first_ip_delta); in evh__pre_thread_ll_create() 3755 md->where = VG_(record_ExeContext)( tid, 0 ); in handle_alloc() 3856 md->where = VG_(record_ExeContext)(tid, 0); in hg_cli__realloc() 3863 md->where = VG_(record_ExeContext)(tid, 0); in hg_cli__realloc() 3903 md_new->where = VG_(record_ExeContext)( tid, 0 ); in hg_cli__realloc() 4848 ec = VG_(record_ExeContext)( tid, 0 ); in for_libhb__get_EC()
|
/external/valgrind/main/coregrind/ |
D | m_execontext.c | 428 ExeContext* VG_(record_ExeContext)( ThreadId tid, Word first_ip_delta ) { in VG_() argument
|
D | m_errormgr.c | 640 err->where = VG_(record_ExeContext)( tid, 0 ); in construct_error()
|
D | m_signals.c | 1619 ? VG_(record_ExeContext)( tid, 0/*first_ip_delta*/ ) in default_action()
|
/external/valgrind/main/exp-dhat/ |
D | dh_main.c | 480 bk->ap = VG_(record_ExeContext)(tid, 0/*first word delta*/); in new_block()
|
/external/valgrind/main/exp-ptrcheck/ |
D | h_main.c | 474 seg->ec = VG_(record_ExeContext)( tid, 0/*first_ip_delta*/ ); in add_new_segment() 517 seg->ec = VG_(record_ExeContext)( tid, 0/*first_ip_delta*/ ); in die_and_free_mem_heap() 2854 ec = VG_(record_ExeContext)( VG_(get_running_tid)(), 0 ); in check_load_or_store()
|
/external/valgrind/main/coregrind/m_syswrap/ |
D | syswrap-generic.c | 608 i->where = (tid == -1) ? NULL : VG_(record_ExeContext)(tid, 0/*first_ip_delta*/); in ML_()
|
D | syswrap-darwin.c | 544 i->where = (tid == -1) ? NULL : VG_(record_ExeContext)(tid, 0); in record_named_port()
|