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

  /external/valgrind/main/coregrind/
pub_core_translate.h 44 ULong bbs_done,
m_translate.c     [all...]
  /external/valgrind/main/coregrind/m_scheduler/
scheduler.c 115 static ULong bbs_done = 0; variable
140 "scheduler: %'llu jumps (bb entries).\n", bbs_done );
175 Long delta = bbs_done - bbs_done_lastcheck;
178 VG_(umsg)("%'lld superblocks executed\n", bbs_done);
179 bbs_done_lastcheck = bbs_done;
766 VG_TRACK( start_client_code, tid, bbs_done );
792 bbs_done += (ULong)done_this_time;
795 VG_TRACK( stop_client_code, tid, bbs_done );
797 if (bbs_done >= vgdb_next_poll) {
799 vgdb_next_poll = bbs_done + (ULong)VG_(clo_vgdb_poll)
    [all...]
  /external/valgrind/main/callgrind/
threads.c 181 static ULong bbs_done = 0; local
185 if (CLG_(stat).bb_executions - bbs_done > CLG_(clo).dump_every_bb) {
188 bbs_done = CLG_(stat).bb_executions;
dump.c 1265 static ULong bbs_done = 0; variable
    [all...]
  /external/valgrind/main/drd/
drd_main.c 674 static void drd_start_client_code(const ThreadId tid, const ULong bbs_done)

Completed in 1510 milliseconds