Commit Graph

3 Commits

Author SHA1 Message Date
ff1b4d00bd libsysprof-analyze: implement key/value superblock option API
This currently gets used in libsysprof to try to cross mount namespaces to
somewhere we can access a binary on the same subvolume.
2023-05-11 15:21:36 -07:00
35f87b6121 libsysprof-analyze: add superblock-options property
This lets you get the full string that was parsed from the mountinfo
rather than having to go through our yet-to-be-implemented specific
option API.
2023-05-11 15:13:23 -07:00
7c37120edf 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.
2023-05-11 14:37:02 -07:00