mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-capture: add support for DBusMessage frames
These are still captive to the max size of a SysprofCaptureFrame, but most messages fit into that.
This commit is contained in:
@ -230,6 +230,14 @@ bool sysprof_capture_writer_add_overlay (Sy
|
||||
const char *src,
|
||||
const char *dst);
|
||||
SYSPROF_AVAILABLE_IN_ALL
|
||||
bool sysprof_capture_writer_add_dbus_message (SysprofCaptureWriter *self,
|
||||
int64_t time,
|
||||
int cpu,
|
||||
int32_t pid,
|
||||
uint32_t flags,
|
||||
const uint8_t *message_data,
|
||||
size_t message_len);
|
||||
SYSPROF_AVAILABLE_IN_ALL
|
||||
bool sysprof_capture_writer_flush (SysprofCaptureWriter *self);
|
||||
SYSPROF_AVAILABLE_IN_ALL
|
||||
bool sysprof_capture_writer_save_as (SysprofCaptureWriter *self,
|
||||
|
||||
Reference in New Issue
Block a user