mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
libsysprof-analyze: add SysprofDocumentFileChunk
This object will represent frames in the list model which are file chunks.
This commit is contained in:
@ -3,6 +3,7 @@ libsysprof_analyze_public_sources = [
|
||||
'sysprof-document.c',
|
||||
'sysprof-document-allocation.c',
|
||||
'sysprof-document-exit.c',
|
||||
'sysprof-document-file-chunk.c',
|
||||
'sysprof-document-fork.c',
|
||||
'sysprof-document-frame.c',
|
||||
'sysprof-document-log.c',
|
||||
@ -32,6 +33,7 @@ libsysprof_analyze_public_headers = [
|
||||
'sysprof-document.h',
|
||||
'sysprof-document-allocation.h',
|
||||
'sysprof-document-exit.h',
|
||||
'sysprof-document-file-chunk.h',
|
||||
'sysprof-document-fork.h',
|
||||
'sysprof-document-frame.h',
|
||||
'sysprof-document-log.h',
|
||||
|
||||
Reference in New Issue
Block a user