Home
last modified time | relevance | path

Searched refs:record_ExeContext (Results 1 – 17 of 17) sorted by relevance

/external/valgrind/main/drd/
Ddrd_malloc_wrappers.c106 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()
Ddrd_segment.c78 sg->stacktrace = VG_(record_ExeContext)(vg_created, 0); in sg_init()
Ddrd_clientobj.c144 p->any.first_observed_at = VG_(record_ExeContext)(VG_(get_running_tid)(), 0); in DRD_()
Ddrd_rwlock.c446 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_()
Ddrd_barrier.c383 q->wait_call_ctxt = VG_(record_ExeContext)(VG_(get_running_tid)(), 0); in DRD_()
Ddrd_mutex.c336 p->acquired_at = VG_(record_ExeContext)(VG_(get_running_tid)(), 0); in DRD_()
/external/valgrind/main/include/
Dpub_tool_execontext.h61 ExeContext* VG_(record_ExeContext) ( ThreadId tid, Word first_ip_delta );
/external/valgrind/main/memcheck/
Dmc_malloc_wrappers.c218 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_()
Dmc_main.c1597 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/
Dhg_main.c234 = 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/
Dm_execontext.c428 ExeContext* VG_(record_ExeContext)( ThreadId tid, Word first_ip_delta ) { in VG_() argument
Dm_errormgr.c640 err->where = VG_(record_ExeContext)( tid, 0 ); in construct_error()
Dm_signals.c1619 ? VG_(record_ExeContext)( tid, 0/*first_ip_delta*/ ) in default_action()
/external/valgrind/main/exp-dhat/
Ddh_main.c480 bk->ap = VG_(record_ExeContext)(tid, 0/*first word delta*/); in new_block()
/external/valgrind/main/exp-ptrcheck/
Dh_main.c474 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/
Dsyswrap-generic.c608 i->where = (tid == -1) ? NULL : VG_(record_ExeContext)(tid, 0/*first_ip_delta*/); in ML_()
Dsyswrap-darwin.c544 i->where = (tid == -1) ? NULL : VG_(record_ExeContext)(tid, 0); in record_named_port()