Searched refs:USEC_PER_MSEC (Results 1 – 15 of 15) sorted by relevance
| /tools/perf/bench/ |
| A D | kallsyms-parse.c | 59 time_average = avg_stats(&time_stats) / USEC_PER_MSEC; in do_kallsyms_parse() 60 time_stddev = stddev_stats(&time_stats) / USEC_PER_MSEC; in do_kallsyms_parse()
|
| A D | breakpoint.c | 158 (long)diff.tv_sec, (long)(diff.tv_usec / USEC_PER_MSEC)); in bench_breakpoint_thread() 167 printf("%lu.%03lu\n", (long)diff.tv_sec, (long)(diff.tv_usec / USEC_PER_MSEC)); in bench_breakpoint_thread() 250 (long)diff.tv_sec, (long)(diff.tv_usec / USEC_PER_MSEC)); in bench_breakpoint_enable() 255 printf("%lu.%03lu\n", (long)diff.tv_sec, (long)(diff.tv_usec / USEC_PER_MSEC)); in bench_breakpoint_enable()
|
| A D | sched-seccomp-notify.c | 155 (unsigned long) (diff.tv_usec / USEC_PER_MSEC)); in bench_sched_seccomp_notify() 167 (unsigned long) (diff.tv_usec / USEC_PER_MSEC)); in bench_sched_seccomp_notify()
|
| A D | futex-requeue.c | 80 requeuetime_avg / USEC_PER_MSEC, in print_summary() 279 runtime.tv_usec / (double)USEC_PER_MSEC); in bench_futex_requeue() 286 runtime.tv_usec / (double)USEC_PER_MSEC); in bench_futex_requeue()
|
| A D | futex-wake.c | 96 waketime_avg / USEC_PER_MSEC, in print_summary() 220 runtime.tv_usec / (double)USEC_PER_MSEC); in bench_futex_wake()
|
| A D | sched-pipe.c | 306 (unsigned long) (diff.tv_usec / USEC_PER_MSEC)); in bench_sched_pipe() 318 (unsigned long) (diff.tv_usec / USEC_PER_MSEC)); in bench_sched_pipe()
|
| A D | sched-messaging.c | 348 (unsigned long) (diff.tv_usec / USEC_PER_MSEC)); in bench_sched_messaging() 352 (unsigned long) (diff.tv_usec / USEC_PER_MSEC)); in bench_sched_messaging()
|
| A D | futex-wake-parallel.c | 206 params.nthreads, waketime_avg / USEC_PER_MSEC, in print_run() 222 waketime_avg / USEC_PER_MSEC, in print_summary()
|
| A D | uprobe.c | 161 usleep(USEC_PER_MSEC); in bench_uprobe()
|
| A D | inject-buildid.c | 434 time_average = avg_stats(&time_stats) / USEC_PER_MSEC; in do_inject_loop() 435 time_stddev = stddev_stats(&time_stats) / USEC_PER_MSEC; in do_inject_loop()
|
| /tools/include/linux/ |
| A D | time64.h | 6 #define USEC_PER_MSEC 1000L macro
|
| /tools/tracing/latency/ |
| A D | latency-collector.c | 113 #define USEC_PER_MSEC (1000L) macro 115 #define NSEC_PER_MSEC (USEC_PER_MSEC * NSEC_PER_USEC) 118 #define USEC_PER_SEC (USEC_PER_MSEC * MSEC_PER_SEC) 124 static long sleep_time = (USEC_PER_MSEC * SLEEP_TIME_MS_DEFAULT); 541 long time_us = time_ms * USEC_PER_MSEC; in mutex_trylock_limit() 1948 sleep_time = value * USEC_PER_MSEC; in scan_arguments() 2053 sleep_time / USEC_PER_MSEC); in show_params()
|
| /tools/testing/selftests/bpf/progs/ |
| A D | bpf_cubic.c | 119 #define USEC_PER_MSEC 1000UL macro 450 return min((__u64)USEC_PER_MSEC, in hystart_ack_delay()
|
| /tools/perf/ |
| A D | builtin-stat.c | 883 usleep(target.initial_delay * USEC_PER_MSEC); in __run_perf_stat()
|
| A D | builtin-record.c | 2666 usleep(opts->target.initial_delay * USEC_PER_MSEC); in __cmd_record()
|
Completed in 33 milliseconds