mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
libsysprof-capture: skip frame when necessary
This commit is contained in:
@ -1197,7 +1197,10 @@ sysprof_capture_reader_list_files (SysprofCaptureReader *self)
|
|||||||
const SysprofCaptureFileChunk *file;
|
const SysprofCaptureFileChunk *file;
|
||||||
|
|
||||||
if (type != SYSPROF_CAPTURE_FRAME_FILE_CHUNK)
|
if (type != SYSPROF_CAPTURE_FRAME_FILE_CHUNK)
|
||||||
continue;
|
{
|
||||||
|
sysprof_capture_reader_skip (self);
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
if (!(file = sysprof_capture_reader_read_file (self)))
|
if (!(file = sysprof_capture_reader_read_file (self)))
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user