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

  /external/valgrind/callgrind/
debug.c 423 if (bb_written != CLG_(stat).bb_executions) {
424 bb_written = CLG_(stat).bb_executions;
425 VG_(printf)("BB# %llu\n",CLG_(stat).bb_executions);
threads.c 188 if (CLG_(stat).bb_executions - bbs_done > CLG_(clo).dump_every_bb) {
191 bbs_done = CLG_(stat).bb_executions;
global.h 142 ULong bb_executions; member in struct:_Statistics
810 (CLG_(stat).bb_executions >= CLG_(clo).verbose_start)))
dump.c     [all...]
main.c 72 s->bb_executions = 0;
    [all...]
bbcc.c 916 CLG_(stat).bb_executions++;

Completed in 63 milliseconds