Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/bench/
Dnuma.c65 u64 runtime_ns; member
1277 td->runtime_ns = diff.tv_sec * NSEC_PER_SEC; in worker_thread()
1278 td->runtime_ns += diff.tv_usec * NSEC_PER_USEC; in worker_thread()
1279 secs = td->runtime_ns / NSEC_PER_SEC; in worker_thread()
1602 u64 thread_runtime_ns = g->threads[t].runtime_ns; in __bench_numa()