HomeSort by relevance Sort by last modified time
    Searched refs:bb_executions (Results 1 - 7 of 7) sorted by null

  /external/valgrind/main/callgrind/
debug.c 420 if (bb_written != CLG_(stat).bb_executions) {
421 bb_written = CLG_(stat).bb_executions;
422 VG_(printf)("BB# %llu\n",CLG_(stat).bb_executions);
threads.c 185 if (CLG_(stat).bb_executions - bbs_done > CLG_(clo).dump_every_bb) {
188 bbs_done = CLG_(stat).bb_executions;
global.h 177 ULong bb_executions; member in struct:_Statistics
843 (CLG_(stat).bb_executions >= CLG_(clo).verbose_start))
dump.c     [all...]
main.c 67 s->bb_executions = 0;
    [all...]
command.c 303 VG_(sprintf)(buf, "executed-bbs: %llu\n", CLG_(stat).bb_executions);
bbcc.c 892 CLG_(stat).bb_executions++;

Completed in 938 milliseconds