Home
last modified time | relevance | path

Searched refs:timestamp_ns (Results 1 – 15 of 15) sorted by relevance

/openbmc/qemu/scripts/
H A Dsimpletrace.py57 event_id, timestamp_ns, record_length, record_pid = read_header(fobj, rec_header_fmt)
59 return (event_id, timestamp_ns, record_pid, args_payload)
106 event_id, timestamp_ns, pid, args_payload = read_record(fobj)
131 yield (event_mapping[event_name], event_name, timestamp_ns, pid) + tuple(args)
193 def _process_event(self, rec_args, *, event, event_id, timestamp_ns, pid, **kwargs): argument
204 rec = (event_id, timestamp_ns, pid, *rec_args)
264 def catchall(self, *rec_args, event, timestamp_ns, pid, event_id, **kwargs): argument
313 …for event, event_id, timestamp_ns, record_pid, *rec_args in read_trace_records(events, log_fobj, r…
318 timestamp_ns=timestamp_ns,
343 def catchall(self, *rec_args, event, timestamp_ns, pid, event_id): argument
[all …]
/openbmc/linux/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()
/openbmc/qemu/trace/
H A Dsimple.c66 uint64_t timestamp_ns; member
174 dropped.rec.timestamp_ns = get_clock(); in writeout_thread()
217 uint64_t timestamp_ns = get_clock(); in trace_record_start() local
235 rec_off = write_to_buffer(rec_off, &timestamp_ns, sizeof(timestamp_ns)); in trace_record_start()
/openbmc/linux/include/uapi/linux/
H A Dgpio.h259 __aligned_u64 timestamp_ns; member
294 __aligned_u64 timestamp_ns; member
H A Dsync_file.h51 __u64 timestamp_ns; member
H A Dcn_proc.h91 __u64 __attribute__((aligned(8))) timestamp_ns; member
/openbmc/linux/drivers/gpio/
H A Dgpiolib-cdev.c514 u64 timestamp_ns; member
774 return line->timestamp_ns; in line_event_timestamp()
822 le.timestamp_ns = line->timestamp_ns; in process_hw_ts_thread()
864 line->timestamp_ns = ts->tsc; in process_hw_ts()
934 if (line->timestamp_ns) { in edge_irq_thread()
935 le.timestamp_ns = line->timestamp_ns; in edge_irq_thread()
942 le.timestamp_ns = line_event_timestamp(line); in edge_irq_thread()
946 line->timestamp_ns = 0; in edge_irq_thread()
980 line->timestamp_ns = line_event_timestamp(line); in edge_irq_handler()
1061 le.timestamp_ns = line_event_timestamp(line); in debounce_work_func()
[all …]
/openbmc/linux/include/sound/sof/
H A Dtrace.h34 uint64_t timestamp_ns; /* in nanosecond */ member
H A Dstream.h141 uint32_t timestamp_ns; /**< resolution of timestamp in ns */ member
/openbmc/linux/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()
/openbmc/linux/drivers/dma-buf/
H A Dsync_file.c271 info->timestamp_ns = in sync_fill_fence_info()
/openbmc/linux/sound/soc/sof/
H A Dipc3-dtrace.c446 params.timestamp_ns = ktime_get(); /* in nanosecond */ in ipc3_dtrace_enable()
/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c8076 u64 timestamp_ns = ktime_get_ns(); in amdgpu_dm_commit_planes() local
8202 timestamp_ns; in amdgpu_dm_commit_planes()
8229 timestamp_ns = ktime_get_ns(); in amdgpu_dm_commit_planes()
8230 bundle->flip_addrs[planes_count].flip_timestamp_in_us = div_u64(timestamp_ns, 1000); in amdgpu_dm_commit_planes()
8438 (timestamp_ns - in amdgpu_dm_commit_planes()
/openbmc/linux/
H A Dopengrok1.0.log[all...]