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
)

Description

No description available.

Parameters

time

Type: int64_t

No description available.

cpu

Type: int

No description available.

pid

Type: int32_t

No description available.

start

Type: uint64_t

No description available.

end

Type: uint64_t

No description available.

offset

Type: uint64_t

No description available.

inode

Type: uint64_t

No 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.

Return value

Type: bool

No description available.