sysprof: add memory allocations section

Still a bunch to do here to restore what we had previously, but this gets
the section into place.
This commit is contained in:
Christian Hergert
2023-07-10 14:23:15 -07:00
parent 9147d45e4a
commit 0c51dff124
7 changed files with 151 additions and 0 deletions

View File

@ -5,6 +5,7 @@ sysprof_sources = [
'sysprof-greeter.c',
'sysprof-logs-section.c',
'sysprof-marks-section.c',
'sysprof-memory-section.c',
'sysprof-metadata-section.c',
'sysprof-processes-section.c',
'sysprof-recording-pad.c',