Home
last modified time | relevance | path

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

/external/valgrind/drd/
Ddrd_malloc_wrappers.c105 mc->where = VG_(record_ExeContext)(tid, 0); in DRD_()
209 mc->where = VG_(record_ExeContext)(tid, 0); in drd_realloc()
217 mc->where = VG_(record_ExeContext)(tid, 0); in drd_realloc()
239 mc->where = VG_(record_ExeContext)(tid, 0); in drd_realloc()
Ddrd_clientobj.c141 p->any.first_observed_at = VG_(record_ExeContext)(VG_(get_running_tid)(), 0); in DRD_()
Ddrd_segment.c84 sg->stacktrace = VG_(record_ExeContext)(vg_created, 0); in sg_init()
Ddrd_rwlock.c423 p->acquired_at = VG_(record_ExeContext)(VG_(get_running_tid)(), 0); in DRD_()
488 p->acquired_at = VG_(record_ExeContext)(VG_(get_running_tid)(), 0); in DRD_()
Ddrd_mutex.c338 p->acquired_at = VG_(record_ExeContext)(VG_(get_running_tid)(), 0); in DRD_()
Ddrd_barrier.c382 q->wait_call_ctxt = VG_(record_ExeContext)(VG_(get_running_tid)(), 0); in DRD_()
/external/valgrind/include/
Dpub_tool_execontext.h63 ExeContext* VG_(record_ExeContext) ( ThreadId tid, Word first_ip_delta );
/external/valgrind/exp-sgcheck/
Dh_main.c292 seg->ec = VG_(record_ExeContext)( tid, 0/*first_ip_delta*/ ); in add_new_segment()
327 seg->ec = VG_(record_ExeContext)( tid, 0/*first_ip_delta*/ ); in die_and_free_mem_heap()
/external/valgrind/memcheck/
Dmc_malloc_wrappers.c305 mc->where[0] = VG_(record_ExeContext) ( tid, 0/*first_ip_delta*/ ); in MC_()
319 mc->where[pos] = VG_(record_ExeContext) ( tid, 0/*first_ip_delta*/ ); in MC_()
657 ExeContext* ec = VG_(record_ExeContext)(tid, 0/*first_ip_delta*/); in MC_()
Dmc_main.c1820 here = VG_(record_ExeContext)( tid, 0/*first_ip_delta*/ ); in make_mem_undefined_w_tid_and_okind()
6661 cgbs[i].where = VG_(record_ExeContext) ( tid, 0/*first_ip_delta*/ ); in mc_handle_client_request()
/external/valgrind/coregrind/
Dm_execontext.c458 ExeContext* VG_(record_ExeContext)( ThreadId tid, Word first_ip_delta ) { in VG_() argument
Dm_errormgr.c655 err->where = VG_(record_ExeContext)( tid, 0 ); in construct_error()
Dm_signals.c1872 ? VG_(record_ExeContext)( tid, first_ip_delta ) in default_action()
/external/valgrind/helgrind/
Dhg_main.c266 = VG_(record_ExeContext)(tid, 0/*first_ip_delta*/); in lockN_acquire_writer()
322 = VG_(record_ExeContext)(tid, 0/*first_ip_delta*/); in lockN_acquire_reader()
759 lock->appeared_at = VG_(record_ExeContext)( tid, 0 ); in map_locks_lookup_or_create()
1637 thr_c->created_at = VG_(record_ExeContext)(parent, first_ip_delta); in evh__pre_thread_ll_create()
4156 md->where = VG_(record_ExeContext)( tid, 0 ); in handle_alloc()
4257 md->where = VG_(record_ExeContext)(tid, 0); in hg_cli__realloc()
4264 md->where = VG_(record_ExeContext)(tid, 0); in hg_cli__realloc()
4304 md_new->where = VG_(record_ExeContext)( tid, 0 ); in hg_cli__realloc()
5735 ec = VG_(record_ExeContext)( tid, 0 ); in for_libhb__get_EC()
/external/valgrind/exp-dhat/
Ddh_main.c480 bk->ap = VG_(record_ExeContext)(tid, 0/*first word delta*/); in new_block()
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-generic.c614 i->where = (tid == -1) ? NULL : VG_(record_ExeContext)(tid, 0/*first_ip_delta*/); in ML_()
Dsyswrap-darwin.c621 i->where = (tid == -1) ? NULL : VG_(record_ExeContext)(tid, 0); in record_named_port()