libsysprof: add support for dbus messages as a document type

This commit is contained in:
Christian Hergert
2023-07-27 12:21:58 -07:00
parent f46d690a28
commit 8dd2d3d73c
10 changed files with 750 additions and 0 deletions

View File

@ -9,6 +9,7 @@ libsysprof_public_sources = [
'sysprof-category-summary.c',
'sysprof-cpu-info.c',
'sysprof-cpu-usage.c',
'sysprof-dbus-monitor.c',
'sysprof-diagnostic.c',
'sysprof-disk-usage.c',
'sysprof-document-allocation.c',
@ -16,6 +17,7 @@ libsysprof_public_sources = [
'sysprof-document-counter.c',
'sysprof-document-ctrdef.c',
'sysprof-document-ctrset.c',
'sysprof-document-dbus-message.c',
'sysprof-document-exit.c',
'sysprof-document-file-chunk.c',
'sysprof-document-file.c',
@ -68,6 +70,7 @@ libsysprof_public_headers = [
'sysprof-category-summary.h',
'sysprof-cpu-info.h',
'sysprof-cpu-usage.h',
'sysprof-dbus-monitor.h',
'sysprof-diagnostic.h',
'sysprof-disk-usage.h',
'sysprof-document-allocation.h',