HomeSort by relevance Sort by last modified time
    Searched refs:record_ExeContext (Results 1 - 17 of 17) sorted by null

  /external/valgrind/main/drd/
drd_malloc_wrappers.c 105 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);
drd_clientobj.c 142 p->any.first_observed_at = VG_(record_ExeContext)(VG_(get_running_tid)(), 0);
drd_segment.c 84 sg->stacktrace = VG_(record_ExeContext)(vg_created, 0);
drd_rwlock.c 423 p->acquired_at = VG_(record_ExeContext)(VG_(get_running_tid)(), 0);
488 p->acquired_at = VG_(record_ExeContext)(VG_(get_running_tid)(), 0);
drd_barrier.c 382 q->wait_call_ctxt = VG_(record_ExeContext)(VG_(get_running_tid)(), 0);
drd_mutex.c 319 p->acquired_at = VG_(record_ExeContext)(VG_(get_running_tid)(), 0);
  /external/valgrind/main/include/
pub_tool_execontext.h 63 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_main.c 292 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/
mc_malloc_wrappers.c 305 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*/);
    [all...]
mc_main.c     [all...]
  /external/valgrind/main/coregrind/
m_execontext.c 250 /* VG_(record_ExeContext) is the head honcho here. Take a snapshot of
453 ExeContext* VG_(record_ExeContext)( ThreadId tid, Word first_ip_delta ) {
m_errormgr.c 649 err->where = VG_(record_ExeContext)( tid, 0 );
    [all...]
m_signals.c     [all...]
  /external/valgrind/main/helgrind/
hg_main.c 254 = 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 );
    [all...]
  /external/valgrind/main/exp-dhat/
dh_main.c 480 bk->ap = VG_(record_ExeContext)(tid, 0/*first word delta*/);
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-generic.c 588 i->where = (tid == -1) ? NULL : VG_(record_ExeContext)(tid, 0/*first_ip_delta*/);
    [all...]
syswrap-darwin.c 585 i->where = (tid == -1) ? NULL : VG_(record_ExeContext)(tid, 0);
    [all...]

Completed in 450 milliseconds