Home
last modified time | relevance | path

Searched refs:last_timestamp (Results 1 – 5 of 5) 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/iio/accel/
H A Dsca3000.c166 s64 last_timestamp; member
1049 s64 last_timestamp = iio_get_time_ns(indio_dev); in sca3000_event_handler() local
1071 last_timestamp); in sca3000_event_handler()
1080 last_timestamp); in sca3000_event_handler()
1089 last_timestamp); in sca3000_event_handler()
1098 last_timestamp); in sca3000_event_handler()
/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.c84 static u64 last_timestamp; variable
2653 if (sample->time < last_timestamp) { in process_sample_event()
2655 " this: %" PRIu64 "\n", last_timestamp, in process_sample_event()
2659 last_timestamp = sample->time; in process_sample_event()
2735 if (sample->time < last_timestamp) { in process_deferred_sample_event()
2737 " this: %" PRIu64 "\n", last_timestamp, in process_deferred_sample_event()
2741 last_timestamp = sample->time; in process_deferred_sample_event()