Home
last modified time | relevance | path

Searched refs:do_stats (Results 1 – 7 of 7) 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/iproute2/misc/
Darpd.c66 volatile int do_stats; variable
564 do_stats = 1; in sig_stats()
582 do_stats = 0; in send_stats()
816 if (do_stats) in main()
/external/v8/tools/
Dcallstats.py486 def do_stats(args): function
669 func=do_stats, error=subparsers["stats"].error)
/external/nos/host/generic/citadel/updater/
Dupdater.cpp696 uint32_t do_stats(AppClient &app) in do_stats() function
1147 do_stats(app) != APP_SUCCESS) { in execute_commands()
/external/python/cpython3/Lib/
Dpstats.py690 def do_stats(self, line): member in ProfileBrowser
/external/python/cpython2/Lib/
Dpstats.py670 def do_stats(self, line): member in ProfileBrowser