Searched refs:bbs_done (Results 1 - 6 of 6) sorted by relevance

/external/valgrind/coregrind/
H A Dpub_core_translate.h46 ULong bbs_done,
H A Dm_translate.c1476 ULong bbs_done,
1576 VG_(get_bbs_translated)(), bbs_done, (Int)tid, addr,
1472 translate( ThreadId tid, Addr nraddr, Bool debugging_translation, Int debugging_verbosity, ULong bbs_done, Bool allow_redirection ) argument
/external/valgrind/coregrind/m_scheduler/
H A Dscheduler.c115 static ULong bbs_done = 0; variable
151 "scheduler: %'llu event checks.\n", bbs_done );
189 Long delta = (Long)(bbs_done - bbs_done_lastcheck);
192 bbs_done_lastcheck = bbs_done;
193 VG_(get_and_show_SB_profile)(bbs_done);
923 VG_TRACK( start_client_code, tid, bbs_done );
983 bbs_done += (ULong)done_this_time;
989 VG_TRACK( stop_client_code, tid, bbs_done );
991 if (bbs_done >= vgdb_next_poll) {
993 vgdb_next_poll = bbs_done
[all...]
/external/valgrind/callgrind/
H A Dthreads.c184 static ULong bbs_done = 0; local
188 if (CLG_(stat).bb_executions - bbs_done > CLG_(clo).dump_every_bb) {
191 bbs_done = CLG_(stat).bb_executions;
H A Ddump.c1152 static ULong bbs_done = 0; variable
1261 bbs_done, CLG_(stat).bb_executions);
1490 bbs_done = CLG_(stat).bb_executions++;
/external/valgrind/drd/
H A Ddrd_main.c750 static void drd_start_client_code(const ThreadId tid, const ULong bbs_done) argument

Completed in 130 milliseconds