mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof: avoid duplicate process records
We want the first process record, but subsequent records should be ignored, except that we want to take the appropriate comm[] action from them.
This commit is contained in:
@ -28,5 +28,6 @@ G_BEGIN_DECLS
|
||||
SysprofProcessInfo *_sysprof_document_process_get_info (SysprofDocumentProcess *self);
|
||||
void _sysprof_document_process_set_info (SysprofDocumentProcess *self,
|
||||
SysprofProcessInfo *process_info);
|
||||
const char *_sysprof_document_process_get_comm (SysprofDocumentProcess *self);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
Reference in New Issue
Block a user