Searched refs:do_stats (Results 1 – 7 of 7) sorted by relevance
/external/ltp/utils/ffsb-6.0-rc2/ |
D | fh.c | 50 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()
|
D | fileops.c | 34 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/ |
D | arpd.c | 66 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/ |
D | callstats.py | 486 def do_stats(args): function 669 func=do_stats, error=subparsers["stats"].error)
|
/external/nos/host/generic/citadel/updater/ |
D | updater.cpp | 696 uint32_t do_stats(AppClient &app) in do_stats() function 1147 do_stats(app) != APP_SUCCESS) { in execute_commands()
|
/external/python/cpython3/Lib/ |
D | pstats.py | 690 def do_stats(self, line): member in ProfileBrowser
|
/external/python/cpython2/Lib/ |
D | pstats.py | 670 def do_stats(self, line): member in ProfileBrowser
|