Method
SysprofCaptureWriteradd_overlay
Declaration [src]
bool
sysprof_capture_writer_add_overlay (
SysprofCaptureWriter* self,
int64_t time,
int cpu,
int32_t pid,
uint32_t layer,
const char* src,
const char* dst
)
Parameters
time-
Type:
int64_tNo description available.
cpu-
Type:
intNo description available.
pid-
Type:
int32_tNo description available.
layer-
Type:
uint32_tNo description available.
src-
Type:
const char*No description available.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. dst-
Type:
const char*No description available.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.