Home
last modified time | relevance | path

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

/tools/perf/Documentation/
Dperf-stat.txt270 -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
Dperf-trace.txt50 -D msecs::
51 --delay msecs::
52 After starting the program, wait msecs before measuring. This is useful to
Dperf-record.txt420 After starting the program, wait msecs before measuring (-1: start with events
/tools/include/nolibc/
Dnolibc.h943 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/
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/
Dbuiltin-sched.c1841 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()
Dbuiltin-trace.c4315 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);