Home
last modified time | relevance | path

Searched refs:last_timestamp (Results 1 – 7 of 7) 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()
/linux/drivers/firewire/
H A Dohci.c176 u16 last_timestamp; member
2744 trace_isoc_inbound_single_completions(&ctx->base, ctx->sc.last_timestamp, cause, in flush_iso_completions()
2746 trace_isoc_outbound_completions(&ctx->base, ctx->sc.last_timestamp, cause, ctx->sc.header, in flush_iso_completions()
2749 ctx->base.callback.sc(&ctx->base, ctx->sc.last_timestamp, ctx->sc.header_length, in flush_iso_completions()
2765 ctx->sc.last_timestamp = (u16)le32_to_cpu((__force __le32)dma_hdr[0]); in copy_iso_headers()
2934 ctx->sc.last_timestamp = le16_to_cpu(last->res_count); in handle_it_packet()