libsysprof-analyze: add some flags for internal state

This can help us to avoid various work items when processing symbols.
This commit is contained in:
Christian Hergert
2023-06-12 14:15:08 -07:00
parent abdd546197
commit f701e028b4
3 changed files with 7 additions and 0 deletions

View File

@ -489,6 +489,7 @@ sysprof_document_load_processes (SysprofDocument *self)
process_info->symbol =
_sysprof_symbol_new (sysprof_strings_get (self->strings, wrapped),
NULL, NULL, 0, 0);
process_info->symbol->is_process = TRUE;
}
}
}