libsysprof-analyze: add address layout to contain mmap regions

This commit is contained in:
Christian Hergert
2023-05-10 16:48:48 -07:00
parent b3a4c295c3
commit c72955e7d4
3 changed files with 166 additions and 0 deletions

View File

@ -22,6 +22,7 @@ libsysprof_analyze_public_sources = [
]
libsysprof_analyze_private_sources = [
'sysprof-address-layout.c',
'sysprof-document-bitset-index.c',
'sysprof-mapped-file.c',
'sysprof-memory-map.c',