Method
SysprofCaptureWriteradd_map_with_build_id
Declaration [src]
bool
sysprof_capture_writer_add_map_with_build_id (
SysprofCaptureWriter* self,
int64_t time,
int cpu,
int32_t pid,
uint64_t start,
uint64_t end,
uint64_t offset,
uint64_t inode,
const char* filename,
const char* build_id
)
Parameters
time-
Type:
int64_tNo description available.
cpu-
Type:
intNo description available.
pid-
Type:
int32_tNo description available.
start-
Type:
uint64_tNo description available.
end-
Type:
uint64_tNo description available.
offset-
Type:
uint64_tNo description available.
inode-
Type:
uint64_tNo description available.
filename-
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. build_id-
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.