mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-analyze: add document type for marks
This commit is contained in:
@ -2,6 +2,7 @@ libsysprof_analyze_public_sources = [
|
||||
'sysprof-document.c',
|
||||
'sysprof-document-frame.c',
|
||||
'sysprof-document-log.c',
|
||||
'sysprof-document-mark.c',
|
||||
'sysprof-document-mmap.c',
|
||||
'sysprof-document-sample.c',
|
||||
]
|
||||
@ -11,6 +12,7 @@ libsysprof_analyze_public_headers = [
|
||||
'sysprof-document.h',
|
||||
'sysprof-document-frame.h',
|
||||
'sysprof-document-log.h',
|
||||
'sysprof-document-mark.h',
|
||||
'sysprof-document-mmap.h',
|
||||
'sysprof-document-sample.h',
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user