mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
libsysprof-analyze: add flag to ignore system libraries
This commit is contained in:
@ -52,6 +52,7 @@ struct _SysprofCallgraphView
|
||||
guint reload_source;
|
||||
|
||||
guint include_threads : 1;
|
||||
guint hide_system_libraries : 1;
|
||||
};
|
||||
|
||||
struct _SysprofCallgraphViewClass
|
||||
|
||||
Reference in New Issue
Block a user