Searched refs:latency_us (Results 1 – 1 of 1) sorted by relevance
126 unsigned long long latency, latency_us; in handle_timerlat_sample() local133 latency_us = tp_args->timer_latency / 1000; in handle_timerlat_sample()140 if (irq_threshold != 0 && latency_us >= irq_threshold) in handle_timerlat_sample()146 if (thread_threshold != 0 && latency_us >= thread_threshold) in handle_timerlat_sample()
Completed in 3 milliseconds