Home
last modified time | relevance | path

Searched refs:msecs (Results 1 – 7 of 7) sorted by relevance

/tools/include/nolibc/
A Dunistd.h53 int msleep(unsigned int msecs) in msleep() argument
55 struct timeval my_timeval = { msecs / 1000, (msecs % 1000) * 1000 }; in msleep()
/tools/perf/Documentation/
A Dperf-stat.txt272 -I msecs::
273 --interval-print msecs::
288 --timeout msecs::
342 -D msecs::
343 --delay msecs::
344 After starting the program, wait msecs before measuring (-1: start with events
A Dperf-trace.txt50 -D msecs::
51 --delay msecs::
52 After starting the program, wait msecs before measuring. This is useful to
A Dperf-record.txt499 After starting the program, wait msecs before measuring (-1: start with events
500 disabled), or enable events only for specified ranges of msecs (e.g.
501 -D 10-20,30-40 means wait 10 msecs, enable for 10 msecs, wait 10 msecs, enable
502 for 10 msecs, then stop). Note, delaying enabling of events is useful to filter
/tools/testing/selftests/filesystems/epoll/
A Depoll_wakeup_test.c3212 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/
A Dbuiltin-sched.c1974 unsigned long msecs; in print_sched_time() local
1977 msecs = nsecs / NSEC_PER_MSEC; in print_sched_time()
1978 nsecs -= msecs * NSEC_PER_MSEC; in print_sched_time()
1980 printf("%*lu.%03lu ", width, msecs, usecs); in print_sched_time()
A Dbuiltin-trace.c4782 double msecs; member
4791 return entry1->msecs > entry2->msecs ? -1 : 1; in entry_cmp()
4811 entry[i].msecs = (u64)st->n * (avg_stats(st) / NSEC_PER_MSEC); in syscall__sort_stats()
4858 n, stats->nr_failures, entry->msecs, min, avg); in syscall__dump_stats()

Completed in 29 milliseconds