Searched defs:timestamp_ns (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/scripts/ |
H A D | simpletrace.py | 193 def _process_event(self, rec_args, *, event, event_id, timestamp_ns, pid, **kwargs): argument 264 def catchall(self, *rec_args, event, timestamp_ns, pid, event_id, **kwargs): argument 343 def catchall(self, *rec_args, event, timestamp_ns, pid, event_id): argument
|
/openbmc/linux/include/uapi/linux/ |
H A D | sync_file.h | 51 __u64 timestamp_ns; member
|
H A D | gpio.h | 259 __aligned_u64 timestamp_ns; member 294 __aligned_u64 timestamp_ns; member
|
H A D | cn_proc.h | 91 __u64 __attribute__((aligned(8))) timestamp_ns; member
|
/openbmc/qemu/trace/ |
H A D | simple.c | 66 uint64_t timestamp_ns; member 217 uint64_t timestamp_ns = get_clock(); in trace_record_start() local
|
/openbmc/linux/include/sound/sof/ |
H A D | trace.h | 34 uint64_t timestamp_ns; /* in nanosecond */ member
|
H A D | stream.h | 141 uint32_t timestamp_ns; /**< resolution of timestamp in ns */ member
|
/openbmc/linux/drivers/gpio/ |
H A D | gpiolib-cdev.c | 514 u64 timestamp_ns; member
|
/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm.c | 8076 u64 timestamp_ns = ktime_get_ns(); in amdgpu_dm_commit_planes() local
|