Home
last modified time | relevance | path

Searched refs:USEC_PER_MSEC (Results 1 – 9 of 9) sorted by relevance

/tools/include/linux/
Dtime64.h6 #define USEC_PER_MSEC 1000L macro
/tools/perf/bench/
Dsched-pipe.c160 (unsigned long) (diff.tv_usec / USEC_PER_MSEC)); in bench_sched_pipe()
172 (unsigned long) (diff.tv_usec / USEC_PER_MSEC)); in bench_sched_pipe()
Dfutex-wake.c89 waketime_avg / USEC_PER_MSEC, in print_summary()
192 j + 1, nwoken, nthreads, runtime.tv_usec / (double)USEC_PER_MSEC); in bench_futex_wake()
Dfutex-requeue.c70 requeuetime_avg / USEC_PER_MSEC, in print_summary()
194 j + 1, nrequeued, nthreads, runtime.tv_usec / (double)USEC_PER_MSEC); in bench_futex_requeue()
Dsched-messaging.c313 (unsigned long) (diff.tv_usec / USEC_PER_MSEC)); in bench_sched_messaging()
317 (unsigned long) (diff.tv_usec / USEC_PER_MSEC)); in bench_sched_messaging()
Dfutex-wake-parallel.c182 nblocked_threads, waketime_avg / USEC_PER_MSEC, in print_run()
198 waketime_avg / USEC_PER_MSEC, in print_summary()
Dnuma.c1530 usleep(USEC_PER_MSEC); in __bench_numa()
/tools/perf/
Dbuiltin-stat.c361 usleep(stat_config.initial_delay * USEC_PER_MSEC); in enable_counters()
438 ts.tv_sec = interval / USEC_PER_MSEC; in __run_perf_stat()
439 ts.tv_nsec = (interval % USEC_PER_MSEC) * NSEC_PER_MSEC; in __run_perf_stat()
441 ts.tv_sec = timeout / USEC_PER_MSEC; in __run_perf_stat()
442 ts.tv_nsec = (timeout % USEC_PER_MSEC) * NSEC_PER_MSEC; in __run_perf_stat()
Dbuiltin-record.c1549 usleep(opts->initial_delay * USEC_PER_MSEC); in __cmd_record()