Lines Matching refs:latency
105 unsigned long long latency) in timerlat_top_update() argument
112 cpu_data->cur_irq = latency; in timerlat_top_update()
113 update_min(&cpu_data->min_irq, &latency); in timerlat_top_update()
114 update_sum(&cpu_data->sum_irq, &latency); in timerlat_top_update()
115 update_max(&cpu_data->max_irq, &latency); in timerlat_top_update()
118 cpu_data->cur_thread = latency; in timerlat_top_update()
119 update_min(&cpu_data->min_thread, &latency); in timerlat_top_update()
120 update_sum(&cpu_data->sum_thread, &latency); in timerlat_top_update()
121 update_max(&cpu_data->max_thread, &latency); in timerlat_top_update()
133 unsigned long long latency, thread; in timerlat_top_handler() local
140 tep_get_field_val(s, event, "timer_latency", record, &latency, 1); in timerlat_top_handler()
142 timerlat_top_update(top, cpu, thread, latency); in timerlat_top_handler()