libsysprof-analyze: make SysprofMount public API

And expose it via sysprof_document_process_list_mounts() so that when
inspecting processes we can see what binaries were mapped as well as what
the filesystem looked like to locate those mapped paths.
This commit is contained in:
Christian Hergert
2023-05-11 14:37:02 -07:00
parent 352fa617c0
commit 7c37120edf
8 changed files with 138 additions and 22 deletions

View File

@ -41,6 +41,7 @@ G_BEGIN_DECLS
# include "sysprof-document-sample.h"
# include "sysprof-document-symbols.h"
# include "sysprof-document-traceable.h"
# include "sysprof-mount.h"
# include "sysprof-multi-symbolizer.h"
# include "sysprof-symbol.h"
# include "sysprof-symbolizer.h"