mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-analyze: allow specifying ptr array for symbols
This will allow us to use the same model with a different list of symbols.
This commit is contained in:
@ -24,6 +24,7 @@
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
GListModel *_sysprof_callgraph_symbol_list_model_new (SysprofCallgraph *callgraph);
|
||||
GListModel *_sysprof_callgraph_symbol_list_model_new (SysprofCallgraph *callgraph,
|
||||
GPtrArray *symbols);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
Reference in New Issue
Block a user