Method
SysprofCaptureReadersave_as
Declaration [src]
bool
sysprof_capture_reader_save_as (
SysprofCaptureReader* self,
const char* filename
)
Description [src]
This is a convenience function for copying a capture file for which you may have already discarded the writer for.
errno is set on failure. It may be any of the errors returned by
open(), fstat(), ftruncate(), lseek() or sendfile().