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

/external/valgrind/main/coregrind/
H A Dpub_core_translate.h44 ULong bbs_done,
H A Dm_translate.c1260 ULong bbs_done,
1348 bbs_done);
1256 translate( ThreadId tid, Addr64 nraddr, Bool debugging_translation, Int debugging_verbosity, ULong bbs_done, Bool allow_redirection ) argument
/external/valgrind/main/coregrind/m_scheduler/
H A Dscheduler.c113 static ULong bbs_done = 0; variable
131 "scheduler: %'llu jumps (bb entries).\n", bbs_done );
737 VG_TRACK( start_client_code, tid, bbs_done );
763 bbs_done += (ULong)done_this_time;
766 VG_TRACK( stop_client_code, tid, bbs_done );
815 VG_TRACK( start_client_code, tid, bbs_done );
845 bbs_done++;
848 VG_TRACK( stop_client_code, tid, bbs_done );
869 bbs_done, True/*allow redirection*/ )) {
923 if (VG_(translate)( tid, ip, /*debug*/False, 0/*not verbose*/, bbs_done,
[all...]
/external/valgrind/main/callgrind/
H A Dthreads.c181 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;
H A Ddump.c1263 static ULong bbs_done = 0; variable
1387 bbs_done, CLG_(stat).bb_executions);
1632 bbs_done = CLG_(stat).bb_executions++;
/external/valgrind/main/drd/
H A Ddrd_main.c666 static void drd_start_client_code(const ThreadId tid, const ULong bbs_done) argument

Completed in 2198 milliseconds