Searched refs:bbs_done (Results 1 – 7 of 7) sorted by relevance
/external/valgrind/coregrind/m_scheduler/ |
D | scheduler.c | 115 static ULong bbs_done = 0; variable 151 "scheduler: %'llu event checks.\n", bbs_done ); in VG_() 189 Long delta = (Long)(bbs_done - bbs_done_lastcheck); in maybe_show_sb_profile() 192 bbs_done_lastcheck = bbs_done; in maybe_show_sb_profile() 193 VG_(get_and_show_SB_profile)(bbs_done); in maybe_show_sb_profile() 942 VG_TRACK( start_client_code, tid, bbs_done ); in run_thread_for_a_while() 1002 bbs_done += (ULong)done_this_time; in run_thread_for_a_while() 1008 VG_TRACK( stop_client_code, tid, bbs_done ); in run_thread_for_a_while() 1010 if (bbs_done >= vgdb_next_poll) { in run_thread_for_a_while() 1012 vgdb_next_poll = bbs_done + (ULong)VG_(clo_vgdb_poll); in run_thread_for_a_while() [all …]
|
/external/valgrind/coregrind/ |
D | pub_core_translate.h | 46 ULong bbs_done,
|
D | m_translate.c | 1476 ULong bbs_done, in VG_() 1576 VG_(get_bbs_translated)(), bbs_done, tid, addr, in VG_()
|
/external/valgrind/callgrind/ |
D | threads.c | 184 static ULong bbs_done = 0; in CLG_() local 188 if (CLG_(stat).bb_executions - bbs_done > CLG_(clo).dump_every_bb) { in CLG_() 191 bbs_done = CLG_(stat).bb_executions; in CLG_()
|
D | dump.c | 1152 static ULong bbs_done = 0; variable 1261 bbs_done, CLG_(stat).bb_executions); in new_dumpfile() 1490 bbs_done = CLG_(stat).bb_executions++; in CLG_()
|
/external/valgrind/drd/ |
D | drd_main.c | 755 static void drd_start_client_code(const ThreadId tid, const ULong bbs_done) in drd_start_client_code() argument
|
/external/valgrind/coregrind/m_gdbserver/ |
D | README_DEVELOPERS | 350 the address from which is it called and the nr of bbs_done 359 || CallDebugger_bbs_done != VG_(bbs_done)())
|