Lines Matching full:timestamp
27 * @timestamp - timestamp of current event
44 unsigned long long timestamp; member
323 kbuf->timestamp += delta; in old_update_pointers()
398 kbuf->timestamp = delta; in update_pointers()
400 kbuf->timestamp += delta; in update_pointers()
473 * @ts: Address to store the next record's timestamp (may be NULL to ignore)
494 *ts = kbuf->timestamp; in kbuffer_next_event()
505 * the pointers and update the @kbuf timestamp. The next read will
520 kbuf->timestamp = read_8(kbuf, ptr); in kbuffer_load_subbuffer()
553 * kbuffer_subbuf_timestamp - read the timestamp from a sub buffer
557 * Return the timestamp from a subbuffer.
569 * Return the timestamp delta from a record
583 * @ts: The address to store the timestamp of the event (may be NULL to ignore)
597 *ts = kbuf->timestamp; in kbuffer_read_event()
602 * kbuffer_timestamp - Return the timestamp of the current event
605 * Returns the timestamp of the current (next) event.
609 return kbuf->timestamp; in kbuffer_timestamp()
616 * @ts: The address to store the timestamp of the event (may be NULL to ignore)
625 * Note, the kbuf timestamp and pointers are updated to the
627 * data and timestamp, and kbuffer_next_event() will increment from
770 * The type, length and timestamp delta will be filled in, and