Lines Matching refs:u64
169 u64 count;
170 u64 delta_start;
177 u64 count;
178 u64 arrival_time;
179 u64 delta_start;
189 u64 count;
190 u64 arrival_time;
191 u64 delta_start;
198 u64 count;
199 u64 arrival_time;
200 u64 delta_start;
243 u64 rel_period;
244 u64 abs_period;
246 u64 count;
322 u64 sample_period; /* total sampling period */
323 u64 sample_runtime; /* active sampling portion of period */
324 u64 stop_tracing; /* stop trace in the internal operation (loop/irq) */
325 u64 stop_tracing_total; /* stop trace in the final operation (report/thread) */
327 u64 timerlat_period; /* timerlat period */
328 u64 print_stack; /* print IRQ stack if total > */
649 static void timerlat_dump_stack(u64 latency) in timerlat_dump_stack()
676 #define timerlat_dump_stack(u64 latency) do {} while (0) argument
697 cond_move_irq_delta_start(struct osnoise_variables *osn_var, u64 duration) in cond_move_irq_delta_start()
713 cond_move_softirq_delta_start(struct osnoise_variables *osn_var, u64 duration) in cond_move_softirq_delta_start()
731 cond_move_thread_delta_start(struct osnoise_variables *osn_var, u64 duration) in cond_move_thread_delta_start()
765 get_int_safe_duration(struct osnoise_variables *osn_var, u64 *delta_start) in get_int_safe_duration()
767 u64 int_counter, now; in get_int_safe_duration()
803 static u64
804 set_int_safe_time(struct osnoise_variables *osn_var, u64 *time) in set_int_safe_time()
806 u64 int_counter; in set_int_safe_time()
826 static u64
827 copy_int_safe_time(struct osnoise_variables *osn_var, u64 *dst, u64 *src) in copy_int_safe_time()
829 u64 int_counter; in copy_int_safe_time()
857 u64 duration; in trace_osnoise_callback()
1378 static void notify_new_max_latency(u64 latency) in notify_new_max_latency()
1406 u64 start, sample, last_sample; in run_osnoise()
1407 u64 last_int_count, int_count; in run_osnoise()
1413 u64 runtime, stop_in; in run_osnoise()
1414 u64 sum_noise = 0; in run_osnoise()
1608 u64 interval; in osnoise_sleep()
1720 u64 now; in timerlat_irq()
1721 u64 diff; in timerlat_irq()
1821 u64 rel_period = osnoise_data.timerlat_period * 1000; in wait_next_period()
1829 tlat->abs_period = (u64) ktime_to_ns(next_abs_period); in wait_next_period()
1836 tlat->abs_period = (u64) ktime_to_ns(next_abs_period); in wait_next_period()
1856 u64 now, diff; in timerlat_main()
2457 u64 now; in timerlat_fd_read()
2643 static u64 timerlat_min_period = 100;
2644 static u64 timerlat_max_period = 1000000;