Home
last modified time | relevance | path

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

/external/ltp/utils/ffsb-6.0-rc2/
Dfh.c50 static void do_stats(struct timeval *start, struct timeval *end, in do_stats() function
90 do_stats(&start, &end, ft, fs, SYS_OPEN); in fhopenhelper()
151 do_stats(&start, &end, ft, fs, SYS_READ); in fhread()
178 do_stats(&start, &end, ft, fs, SYS_WRITE); in fhwrite()
207 do_stats(&start, &end, ft, fs, SYS_LSEEK); in fhseek()
237 do_stats(&start, &end, ft, fs, SYS_CLOSE); in fhclose()
259 do_stats(&start, &end, ft, fs, SYS_STAT); in fhstat()
Dfileops.c34 static void do_stats(struct timeval *start, struct timeval *end, in do_stats() function
509 do_stats(&start, &end, ft, fs, SYS_UNLINK); in ffsb_deletefile()
/external/valgrind/coregrind/
Dm_stacktrace.c165 const Bool do_stats = False; // compute and output some stats regularly. local
284 if (do_stats) stats.nr++;
317 if (do_stats) stats.Ca++;
371 if (do_stats) stats.Fw++;
378 if (do_stats) stats.Cf++;
398 if (do_stats) stats.FO++;
408 if (do_stats && uregs.xip != fpverif_uregs.xip) stats.xi++;
409 if (do_stats && uregs.xsp != fpverif_uregs.xsp) stats.xs++;
410 if (do_stats && uregs.xbp != fpverif_uregs.xbp) stats.xb++;
413 if (do_stats) stats.CF++;
[all …]
/external/iproute2/misc/
Darpd.c69 volatile int do_stats; variable
573 do_stats = 1; in sig_stats()
591 do_stats = 0; in send_stats()
820 if (do_stats) in main()
/external/v8/tools/
Dcallstats.py477 def do_stats(args): function
653 func=do_stats, error=subparsers["stats"].error)
/external/python/cpython2/Lib/
Dpstats.py670 def do_stats(self, line): member in ProfileBrowser