Home
last modified time | relevance | path

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

/linux/kernel/
H A Dwatchdog_perf.c29 static DEFINE_PER_CPU(ktime_t, last_timestamp);
63 delta = now - __this_cpu_read(last_timestamp); in watchdog_check_timestamp()
74 __this_cpu_write(last_timestamp, now); in watchdog_check_timestamp()
81 __this_cpu_write(last_timestamp, ktime_get_mono_fast_ns()); in watchdog_init_timestamp()
/linux/drivers/gpu/drm/sti/
H A Dsti_plane.h56 ktime_t last_timestamp; member
/linux/drivers/net/ethernet/mellanox/mlx5/core/diag/
H A Dfw_tracer.c790 while (block_timestamp > tracer->last_timestamp) { in mlx5_fw_tracer_handle_traces()
792 if (tracer->last_timestamp) { in mlx5_fw_tracer_handle_traces()
811 if (tracer->last_timestamp != last_block_timestamp) { in mlx5_fw_tracer_handle_traces()
813 tracer->last_timestamp = block_timestamp; in mlx5_fw_tracer_handle_traces()
829 tracer->last_timestamp = block_timestamp; in mlx5_fw_tracer_handle_traces()
877 tracer->last_timestamp = 0; in mlx5_fw_tracer_set_mtrc_ctrl()
H A Dfw_tracer.h108 u64 last_timestamp; member
/linux/tools/perf/
H A Dbuiltin-top.c876 static u64 last_timestamp; variable
892 ret = evlist__parse_sample_timestamp(evlist, event, &last_timestamp); in perf_top__mmap_read_idx()
896 ret = ordered_events__queue(top->qe.in, event, last_timestamp, 0, NULL); in perf_top__mmap_read_idx()
1141 return delay_timestamp < last_timestamp; in should_drop()
H A Dbuiltin-script.c83 static u64 last_timestamp; variable
2668 if (sample->time < last_timestamp) { in process_sample_event()
2670 " this: %" PRIu64 "\n", last_timestamp, in process_sample_event()
2674 last_timestamp = sample->time; in process_sample_event()
2750 if (sample->time < last_timestamp) { in process_deferred_sample_event()
2752 " this: %" PRIu64 "\n", last_timestamp, in process_deferred_sample_event()
2756 last_timestamp = sample->time; in process_deferred_sample_event()