Struct

SysprofCaptureReader

Description

struct SysprofCaptureReader {
  /* No available fields */
}

No description available.

Functions

sysprof_capture_reader_new
No description available.

sysprof_capture_reader_new_from_fd

Creates a new reader using the file-descriptor.

Instance methods

sysprof_capture_reader_copy

This function makes a copy of the reader. Since readers use positioned reads with pread(), this allows you to have multiple readers with the shared file descriptor. This uses dup() to create another file descriptor.

sysprof_capture_reader_find_file
No description available.

sysprof_capture_reader_get_byte_order
No description available.

sysprof_capture_reader_get_end_time

This function will return the end time for the capture, which is the same as the last event added to the capture.

since: 3.22.1

sysprof_capture_reader_get_filename
No description available.

sysprof_capture_reader_get_start_time
No description available.

sysprof_capture_reader_get_stat
No description available.

sysprof_capture_reader_get_time
No description available.

sysprof_capture_reader_list_files
No description available.

sysprof_capture_reader_peek_frame
No description available.

sysprof_capture_reader_peek_type
No description available.

sysprof_capture_reader_read_allocation
No description available.

sysprof_capture_reader_read_counter_define
No description available.

sysprof_capture_reader_read_counter_set
No description available.

sysprof_capture_reader_read_dbus_message
No description available.

sysprof_capture_reader_read_exit
No description available.

sysprof_capture_reader_read_file
No description available.

sysprof_capture_reader_read_file_fd
No description available.

sysprof_capture_reader_read_fork
No description available.

sysprof_capture_reader_read_jitmap
No description available.

sysprof_capture_reader_read_log
No description available.

sysprof_capture_reader_read_map
No description available.

sysprof_capture_reader_read_mark
No description available.

sysprof_capture_reader_read_metadata
No description available.

sysprof_capture_reader_read_overlay
No description available.

sysprof_capture_reader_read_process
No description available.

sysprof_capture_reader_read_sample
No description available.

sysprof_capture_reader_read_timestamp
No description available.

sysprof_capture_reader_read_trace
No description available.

sysprof_capture_reader_ref
No description available.

sysprof_capture_reader_reset
No description available.

sysprof_capture_reader_save_as

This is a convenience function for copying a capture file for which you may have already discarded the writer for.

sysprof_capture_reader_set_stat
No description available.

sysprof_capture_reader_skip
No description available.

sysprof_capture_reader_splice
No description available.

sysprof_capture_reader_unref
No description available.