Home
last modified time | relevance | path

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

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