Searched refs:msecs (Results 1 – 7 of 7) sorted by relevance
/tools/perf/Documentation/ |
D | perf-stat.txt | 270 -I msecs:: 271 --interval-print msecs:: 286 --timeout msecs:: 324 -D msecs:: 325 --delay msecs:: 326 After starting the program, wait msecs before measuring (-1: start with events
|
D | perf-trace.txt | 50 -D msecs:: 51 --delay msecs:: 52 After starting the program, wait msecs before measuring. This is useful to
|
D | perf-record.txt | 420 After starting the program, wait msecs before measuring (-1: start with events
|
/tools/include/nolibc/ |
D | nolibc.h | 943 int msleep(unsigned int msecs) in msleep() argument 945 struct timeval my_timeval = { msecs / 1000, (msecs % 1000) * 1000 }; in msleep()
|
/tools/testing/selftests/filesystems/epoll/ |
D | epoll_wakeup_test.c | 3212 static inline unsigned long long msecs(void) in msecs() function 3215 unsigned long long msecs; in msecs() local 3218 msecs = ts.tv_sec * 1000ull; in msecs() 3219 msecs += ts.tv_nsec / 1000000ull; in msecs() 3221 return msecs; in msecs() 3282 ms = msecs(); in TEST() 3283 while (count_waiters(&ctx) && msecs() < ms + 1000) in TEST() 3441 tdiff = msecs(); in TEST() 3443 tdiff = msecs() - tdiff; in TEST()
|
/tools/perf/ |
D | builtin-sched.c | 1841 unsigned long msecs; in print_sched_time() local 1844 msecs = nsecs / NSEC_PER_MSEC; in print_sched_time() 1845 nsecs -= msecs * NSEC_PER_MSEC; in print_sched_time() 1847 printf("%*lu.%03lu ", width, msecs, usecs); in print_sched_time()
|
D | builtin-trace.c | 4315 DEFINE_RESORT_RB(syscall_stats, a->msecs > b->msecs, 4317 double msecs; 4326 entry->msecs = stats ? (u64)stats->stats.n * (avg_stats(&stats->stats) / NSEC_PER_MSEC) : 0; 4361 n, stats->nr_failures, syscall_stats_entry->msecs, min, avg);
|