/kernel/linux/linux-5.10/drivers/connector/ |
H A D | cn_proc.c | 82 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 D | cn_proc.c | 130 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 D | gpio.h | 247 * @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 D | sync_file.h | 40 * @timestamp_ns: timestamp of status change in nanoseconds 47 __u64 timestamp_ns; member
|
H A D | cn_proc.h | 66 __u64 __attribute__((aligned(8))) timestamp_ns; member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | gpio.h | 252 * @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 D | sync_file.h | 44 * @timestamp_ns: timestamp of status change in nanoseconds 51 __u64 timestamp_ns; member
|
H A D | cn_proc.h | 92 __u64 __attribute__((aligned(8))) timestamp_ns; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | gpio.h | 98 __aligned_u64 timestamp_ns; member 107 __aligned_u64 timestamp_ns; member
|
H A D | sync_file.h | 35 __u64 timestamp_ns; member
|
H A D | cn_proc.h | 40 __u64 __attribute__((aligned(8))) timestamp_ns; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | gpio.h | 98 __aligned_u64 timestamp_ns; member 107 __aligned_u64 timestamp_ns; member
|
H A D | sync_file.h | 35 __u64 timestamp_ns; member
|
H A D | cn_proc.h | 40 __u64 __attribute__((aligned(8))) timestamp_ns; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | sync_file.h | 22 __u64 timestamp_ns; member
|
H A D | cn_proc.h | 30 __u64 __attribute__((aligned(8))) timestamp_ns; member
|
/kernel/linux/linux-5.10/include/sound/sof/ |
H A D | trace.h | 34 uint64_t timestamp_ns; /* in nanosecond */ member
|
H A D | stream.h | 138 uint32_t timestamp_ns; /**< resolution of timestamp in ns */ member
|
/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpiolib-cdev.c | 469 * @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 D | gpio-watch.c | 91 chg.info.offset, event, (uint64_t)chg.timestamp_ns); in main()
|
H A D | gpio-event-mon.c | 112 (uint64_t)event.timestamp_ns, event.offset, event.line_seqno, in monitor_device()
|
/kernel/linux/linux-6.6/include/sound/sof/ |
H A D | stream.h | 141 uint32_t timestamp_ns; /**< resolution of timestamp in ns */ member
|
H A D | trace.h | 34 uint64_t timestamp_ns; /* in nanosecond */ member
|
/kernel/linux/linux-6.6/tools/gpio/ |
H A D | gpio-watch.c | 91 chg.info.offset, event, (uint64_t)chg.timestamp_ns); in main()
|
/kernel/linux/linux-5.10/drivers/gpio/ |
H A D | gpiolib-cdev.c | 417 * @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...] |