Searched refs:record_ExeContext (Results 1 – 17 of 17) sorted by relevance
/external/valgrind/drd/ |
D | drd_malloc_wrappers.c | 105 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()
|
D | drd_clientobj.c | 141 p->any.first_observed_at = VG_(record_ExeContext)(VG_(get_running_tid)(), 0); in DRD_()
|
D | drd_segment.c | 84 sg->stacktrace = VG_(record_ExeContext)(vg_created, 0); in sg_init()
|
D | drd_rwlock.c | 423 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_()
|
D | drd_mutex.c | 338 p->acquired_at = VG_(record_ExeContext)(VG_(get_running_tid)(), 0); in DRD_()
|
D | drd_barrier.c | 382 q->wait_call_ctxt = VG_(record_ExeContext)(VG_(get_running_tid)(), 0); in DRD_()
|
/external/valgrind/include/ |
D | pub_tool_execontext.h | 63 ExeContext* VG_(record_ExeContext) ( ThreadId tid, Word first_ip_delta );
|
/external/valgrind/exp-sgcheck/ |
D | h_main.c | 292 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/ |
D | mc_malloc_wrappers.c | 305 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_()
|
D | mc_main.c | 1820 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/ |
D | m_execontext.c | 458 ExeContext* VG_(record_ExeContext)( ThreadId tid, Word first_ip_delta ) { in VG_() argument
|
D | m_errormgr.c | 655 err->where = VG_(record_ExeContext)( tid, 0 ); in construct_error()
|
D | m_signals.c | 1872 ? VG_(record_ExeContext)( tid, first_ip_delta ) in default_action()
|
/external/valgrind/helgrind/ |
D | hg_main.c | 266 = 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/ |
D | dh_main.c | 480 bk->ap = VG_(record_ExeContext)(tid, 0/*first word delta*/); in new_block()
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-generic.c | 614 i->where = (tid == -1) ? NULL : VG_(record_ExeContext)(tid, 0/*first_ip_delta*/); in ML_()
|
D | syswrap-darwin.c | 621 i->where = (tid == -1) ? NULL : VG_(record_ExeContext)(tid, 0); in record_named_port()
|