libsysprof: add callgraph flag to merge similar processes

This is the backing implementation to allow for merging multiple processes
which have identical comm[] fields.
This commit is contained in:
Christian Hergert
2023-08-28 13:31:46 -07:00
parent 00c02f0f18
commit cdfae5f7b9
7 changed files with 36 additions and 15 deletions

View File

@ -34,6 +34,7 @@ typedef struct _SysprofProcessInfo
SysprofMountNamespace *mount_namespace;
SysprofSymbolCache *symbol_cache;
SysprofSymbol *fallback_symbol;
SysprofSymbol *shared_symbol;
SysprofSymbol *symbol;
EggBitset *thread_ids;
int pid;