Method
SysprofCaptureWriteradd_file
Declaration [src]
bool
sysprof_capture_writer_add_file (
SysprofCaptureWriter* self,
int64_t time,
int cpu,
int32_t pid,
const char* path,
bool is_last,
const uint8_t* data,
size_t data_len
)
Parameters
time-
Type:
int64_tNo description available.
cpu-
Type:
intNo description available.
pid-
Type:
int32_tNo description available.
path-
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. is_last-
Type:
boolNo description available.
data-
Type:
const uint8_t*No description available.
The data is owned by the caller of the method. data_len-
Type:
size_tNo description available.