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

/external/valgrind/main/drd/
H A Ddrd_malloc_wrappers.c105 mc->where = VG_(record_ExeContext)(tid, 0);
209 mc->where = VG_(record_ExeContext)(tid, 0);
217 mc->where = VG_(record_ExeContext)(tid, 0);
239 mc->where = VG_(record_ExeContext)(tid, 0);
H A Ddrd_clientobj.c142 p->any.first_observed_at = VG_(record_ExeContext)(VG_(get_running_tid)(), 0);
H A Ddrd_segment.c84 sg->stacktrace = VG_(record_ExeContext)(vg_created, 0);
H A Ddrd_rwlock.c423 p->acquired_at = VG_(record_ExeContext)(VG_(get_running_tid)(), 0);
488 p->acquired_at = VG_(record_ExeContext)(VG_(get_running_tid)(), 0);
H A Ddrd_barrier.c382 q->wait_call_ctxt = VG_(record_ExeContext)(VG_(get_running_tid)(), 0);
H A Ddrd_mutex.c319 p->acquired_at = VG_(record_ExeContext)(VG_(get_running_tid)(), 0);
/external/valgrind/main/include/
H A Dpub_tool_execontext.h63 ExeContext* VG_(record_ExeContext) ( ThreadId tid, Word first_ip_delta );
65 // Trivial version of VG_(record_ExeContext), which just records the
/external/valgrind/main/exp-sgcheck/
H A Dh_main.c292 seg->ec = VG_(record_ExeContext)( tid, 0/*first_ip_delta*/ );
327 seg->ec = VG_(record_ExeContext)( tid, 0/*first_ip_delta*/ );
/external/valgrind/main/memcheck/
H A Dmc_malloc_wrappers.c305 mc->where[0] = VG_(record_ExeContext) ( tid, 0/*first_ip_delta*/ );
319 mc->where[pos] = VG_(record_ExeContext) ( tid, 0/*first_ip_delta*/ );
679 ExeContext* ec = VG_(record_ExeContext)(tid, 0/*first_ip_delta*/);
H A Dmc_main.c1813 /* VG_(record_ExeContext) checks for validity of tid, and asserts
1816 here = VG_(record_ExeContext)( tid, 0/*first_ip_delta*/ );
5925 cgbs[i].where = VG_(record_ExeContext) ( tid, 0/*first_ip_delta*/ );
/external/valgrind/main/coregrind/
H A Dm_execontext.c250 /* VG_(record_ExeContext) is the head honcho here. Take a snapshot of
453 ExeContext* VG_(record_ExeContext)( ThreadId tid, Word first_ip_delta ) { function
H A Dm_errormgr.c649 err->where = VG_(record_ExeContext)( tid, 0 );
H A Dm_signals.c1724 ? VG_(record_ExeContext)( tid, first_ip_delta )
/external/valgrind/main/helgrind/
H A Dhg_main.c254 = VG_(record_ExeContext)(tid, 0/*first_ip_delta*/);
310 = VG_(record_ExeContext)(tid, 0/*first_ip_delta*/);
721 lock->appeared_at = VG_(record_ExeContext)( tid, 0 );
1583 thr_c->created_at = VG_(record_ExeContext)(parent, first_ip_delta);
4021 md->where = VG_(record_ExeContext)( tid, 0 );
4122 md->where = VG_(record_ExeContext)(tid, 0);
4129 md->where = VG_(record_ExeContext)(tid, 0);
4169 md_new->where = VG_(record_ExeContext)( tid, 0 );
5363 ec = VG_(record_ExeContext)( tid, 0 );
/external/valgrind/main/exp-dhat/
H A Ddh_main.c480 bk->ap = VG_(record_ExeContext)(tid, 0/*first word delta*/);
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-generic.c588 i->where = (tid == -1) ? NULL : VG_(record_ExeContext)(tid, 0/*first_ip_delta*/);
H A Dsyswrap-darwin.c585 i->where = (tid == -1) ? NULL : VG_(record_ExeContext)(tid, 0);

Completed in 317 milliseconds