mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
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:
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user