Struct

SysprofCaptureWriter

Description

struct SysprofCaptureWriter {
  /* No available fields */
}

No description available.

Functions

sysprof_capture_writer_new
No description available.

sysprof_capture_writer_new_from_env
No description available.

sysprof_capture_writer_new_from_fd
No description available.

Instance methods

sysprof_capture_writer_add_allocation
No description available.

sysprof_capture_writer_add_allocation_copy
No description available.

sysprof_capture_writer_add_dbus_message
No description available.

sysprof_capture_writer_add_exit
No description available.

sysprof_capture_writer_add_file
No description available.

sysprof_capture_writer_add_file_fd
No description available.

sysprof_capture_writer_add_fork
No description available.

sysprof_capture_writer_add_jitmap
No description available.

sysprof_capture_writer_add_log
No description available.

sysprof_capture_writer_add_map
No description available.

sysprof_capture_writer_add_mark
No description available.

sysprof_capture_writer_add_metadata
No description available.

sysprof_capture_writer_add_overlay
No description available.

sysprof_capture_writer_add_process
No description available.

sysprof_capture_writer_add_sample
No description available.

sysprof_capture_writer_add_timestamp
No description available.

sysprof_capture_writer_add_trace
No description available.

sysprof_capture_writer_cat
No description available.

sysprof_capture_writer_create_reader

Creates a new reader for the writer.

sysprof_capture_writer_define_counters
No description available.

sysprof_capture_writer_flush
No description available.

sysprof_capture_writer_get_buffer_size
No description available.

sysprof_capture_writer_ref
No description available.

sysprof_capture_writer_request_counter

This requests a series of counter identifiers for the capture.

sysprof_capture_writer_save_as

Saves the captured data as the file filename.

sysprof_capture_writer_set_counters
No description available.

sysprof_capture_writer_splice

This function will copy the capture self into the capture dest. This tries to be semi-efficient by using sendfile() to copy the contents between the captures. self and dest will be flushed before the contents are copied into the dest file-descriptor.

sysprof_capture_writer_stat

This function will fill stat with statistics generated while capturing the profiler session.

sysprof_capture_writer_unref
No description available.