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

/external/valgrind/callgrind/
H A Ddebug.c423 if (bb_written != CLG_(stat).bb_executions) {
424 bb_written = CLG_(stat).bb_executions;
425 VG_(printf)("BB# %llu\n",CLG_(stat).bb_executions);
H A Dthreads.c188 if (CLG_(stat).bb_executions - bbs_done > CLG_(clo).dump_every_bb) {
191 bbs_done = CLG_(stat).bb_executions;
H A Dglobal.h142 ULong bb_executions; member in struct:_Statistics
810 (CLG_(stat).bb_executions >= CLG_(clo).verbose_start)))
H A Ddump.c1261 bbs_done, CLG_(stat).bb_executions);
1483 CLG_(stat).bb_executions,
1490 bbs_done = CLG_(stat).bb_executions++;
H A Dmain.c72 s->bb_executions = 0;
1533 VG_(gdb_printf)("executed-bbs: %llu\n", CLG_(stat).bb_executions);
1864 CLG_(stat).bb_executions);
H A Dbbcc.c916 CLG_(stat).bb_executions++;

Completed in 169 milliseconds