libsysprof-analyze: add flag to ignore system libraries

This commit is contained in:
Christian Hergert
2023-07-06 12:12:25 -07:00
parent c3e0235d99
commit c0a7a94d52
9 changed files with 131 additions and 32 deletions

View File

@ -52,6 +52,7 @@ struct _SysprofCallgraphView
guint reload_source;
guint include_threads : 1;
guint hide_system_libraries : 1;
};
struct _SysprofCallgraphViewClass