libsysprof-analyze: add document type for task exit

We don't have any extra data here currently, but it can be nice to be able
to check a gtype when consuming frames.
This commit is contained in:
Christian Hergert
2023-04-27 17:50:28 -07:00
parent 89f9bba8e2
commit d878fbf372
5 changed files with 92 additions and 0 deletions

View File

@ -1,5 +1,6 @@
libsysprof_analyze_public_sources = [
'sysprof-document.c',
'sysprof-document-exit.c',
'sysprof-document-frame.c',
'sysprof-document-log.c',
'sysprof-document-mark.c',
@ -11,6 +12,7 @@ libsysprof_analyze_public_sources = [
libsysprof_analyze_public_headers = [
'sysprof-analyze.h',
'sysprof-document.h',
'sysprof-document-exit.h',
'sysprof-document-frame.h',
'sysprof-document-log.h',
'sysprof-document-mark.h',