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:
@ -528,5 +528,5 @@ sysprof_callgraph_list_symbols (SysprofCallgraph *self)
|
||||
{
|
||||
g_return_val_if_fail (SYSPROF_IS_CALLGRAPH (self), NULL);
|
||||
|
||||
return _sysprof_callgraph_symbol_list_model_new (self);
|
||||
return _sysprof_callgraph_symbol_list_model_new (self, self->symbols);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user