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

  /external/valgrind/main/coregrind/
m_stacktrace.c 145 const Bool do_stats = False; // compute and output some stats regularly. local
255 if (do_stats) stats.nr++;
286 if (do_stats) stats.Ca++;
337 if (do_stats) stats.Fw++;
344 if (do_stats) stats.Cf++;
363 if (do_stats) stats.FO++;
367 if (do_stats && uregs.xip != fpverif_uregs.xip) stats.xi++;
368 if (do_stats && uregs.xsp != fpverif_uregs.xsp) stats.xs++;
369 if (do_stats && uregs.xbp != fpverif_uregs.xbp) stats.xb++;
372 if (do_stats) stats.CF++
    [all...]
  /external/srec/srec/include/
sample.h 196 booldata do_stats; member in struct:__anon14822
  /external/srec/srec/cfront/
ca_wave.c 183 hWave->data.do_stats = ESR_TRUE;
279 if (hWave->data.do_stats)
  /external/iproute2/misc/
arpd.c 68 volatile int do_stats; variable
568 do_stats = 1;
586 do_stats = 0;
816 if (do_stats)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pstats.py 670 def do_stats(self, line): member in class:f8.ProfileBrowser
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pstats.py 670 def do_stats(self, line): member in class:f8.ProfileBrowser

Completed in 226 milliseconds