Home
last modified time | relevance | path

Searched refs:timestamp_ns (Results 1 - 25 of 32) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/connector/
H A Dcn_proc.c82 ev->timestamp_ns = ktime_get_ns(); in proc_fork_connector()
111 ev->timestamp_ns = ktime_get_ns(); in proc_exec_connector()
152 ev->timestamp_ns = ktime_get_ns(); in proc_id_connector()
173 ev->timestamp_ns = ktime_get_ns(); in proc_sid_connector()
197 ev->timestamp_ns = ktime_get_ns(); in proc_ptrace_connector()
229 ev->timestamp_ns = ktime_get_ns(); in proc_comm_connector()
255 ev->timestamp_ns = ktime_get_ns(); in proc_coredump_connector()
288 ev->timestamp_ns = ktime_get_ns(); in proc_exit_connector()
331 ev->timestamp_ns = ktime_get_ns(); in cn_proc_ack()
/kernel/linux/linux-6.6/drivers/connector/
H A Dcn_proc.c130 ev->timestamp_ns = ktime_get_ns(); in proc_fork_connector()
159 ev->timestamp_ns = ktime_get_ns(); in proc_exec_connector()
200 ev->timestamp_ns = ktime_get_ns(); in proc_id_connector()
221 ev->timestamp_ns = ktime_get_ns(); in proc_sid_connector()
245 ev->timestamp_ns = ktime_get_ns(); in proc_ptrace_connector()
277 ev->timestamp_ns = ktime_get_ns(); in proc_comm_connector()
303 ev->timestamp_ns = ktime_get_ns(); in proc_coredump_connector()
336 ev->timestamp_ns = ktime_get_ns(); in proc_exit_connector()
379 ev->timestamp_ns = ktime_get_ns(); in cn_proc_ack()
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dgpio.h247 * @timestamp_ns: estimate of time of status change occurrence, in nanoseconds
254 __aligned_u64 timestamp_ns; member
272 * @timestamp_ns: best estimate of time of event occurrence, in nanoseconds.
273 * The @timestamp_ns is read from %CLOCK_MONOTONIC and is intended to allow
285 __aligned_u64 timestamp_ns; member
H A Dsync_file.h40 * @timestamp_ns: timestamp of status change in nanoseconds
47 __u64 timestamp_ns; member
H A Dcn_proc.h66 __u64 __attribute__((aligned(8))) timestamp_ns; member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dgpio.h252 * @timestamp_ns: estimate of time of status change occurrence, in nanoseconds
259 __aligned_u64 timestamp_ns; member
277 * @timestamp_ns: best estimate of time of event occurrence, in nanoseconds.
286 * By default the @timestamp_ns is read from %CLOCK_MONOTONIC and is
291 * @timestamp_ns is read from %CLOCK_REALTIME.
294 __aligned_u64 timestamp_ns; member
H A Dsync_file.h44 * @timestamp_ns: timestamp of status change in nanoseconds
51 __u64 timestamp_ns; member
H A Dcn_proc.h92 __u64 __attribute__((aligned(8))) timestamp_ns; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dgpio.h98 __aligned_u64 timestamp_ns; member
107 __aligned_u64 timestamp_ns; member
H A Dsync_file.h35 __u64 timestamp_ns; member
H A Dcn_proc.h40 __u64 __attribute__((aligned(8))) timestamp_ns; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dgpio.h98 __aligned_u64 timestamp_ns; member
107 __aligned_u64 timestamp_ns; member
H A Dsync_file.h35 __u64 timestamp_ns; member
H A Dcn_proc.h40 __u64 __attribute__((aligned(8))) timestamp_ns; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dsync_file.h22 __u64 timestamp_ns; member
H A Dcn_proc.h30 __u64 __attribute__((aligned(8))) timestamp_ns; member
/kernel/linux/linux-5.10/include/sound/sof/
H A Dtrace.h34 uint64_t timestamp_ns; /* in nanosecond */ member
H A Dstream.h138 uint32_t timestamp_ns; /**< resolution of timestamp in ns */ member
/kernel/linux/linux-6.6/drivers/gpio/
H A Dgpiolib-cdev.c469 * @timestamp_ns: cache for the timestamp storing it between hardirq and
501 * timestamp_ns and req_seqno are accessed only by
505 u64 timestamp_ns; member
647 return line->timestamp_ns; in line_event_timestamp()
676 le.timestamp_ns = line->timestamp_ns; in process_hw_ts_thread()
718 line->timestamp_ns = ts->tsc; in process_hw_ts()
788 if (line->timestamp_ns) { in edge_irq_thread()
789 le.timestamp_ns = line->timestamp_ns; in edge_irq_thread()
[all...]
/kernel/linux/linux-5.10/tools/gpio/
H A Dgpio-watch.c91 chg.info.offset, event, (uint64_t)chg.timestamp_ns); in main()
H A Dgpio-event-mon.c112 (uint64_t)event.timestamp_ns, event.offset, event.line_seqno, in monitor_device()
/kernel/linux/linux-6.6/include/sound/sof/
H A Dstream.h141 uint32_t timestamp_ns; /**< resolution of timestamp in ns */ member
H A Dtrace.h34 uint64_t timestamp_ns; /* in nanosecond */ member
/kernel/linux/linux-6.6/tools/gpio/
H A Dgpio-watch.c91 chg.info.offset, event, (uint64_t)chg.timestamp_ns); in main()
/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpiolib-cdev.c417 * @timestamp_ns: cache for the timestamp storing it between hardirq and
436 * timestamp_ns and req_seqno are accessed only by
440 u64 timestamp_ns; member
544 if (line->timestamp_ns) { in edge_irq_thread()
545 le.timestamp_ns = line->timestamp_ns; in edge_irq_thread()
552 le.timestamp_ns = ktime_get_ns(); in edge_irq_thread()
556 line->timestamp_ns = 0; in edge_irq_thread()
596 line->timestamp_ns = ktime_get_ns(); in edge_irq_handler()
669 le.timestamp_ns in debounce_work_func()
[all...]

Completed in 14 milliseconds

12