mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-analyze: add GListModel of callgraph symbols
This has an indirect object (SysprofCallgraphSymbol) so that we can provide plumbing to get the callgraph as well as the augmented data from the indirection object. This allows for callgraphs to show overview in the functions list which contains the same augmentation that the descendants view does.
This commit is contained in:
@ -28,6 +28,7 @@ G_BEGIN_DECLS
|
||||
# include "sysprof-bundled-symbolizer.h"
|
||||
# include "sysprof-callgraph.h"
|
||||
# include "sysprof-callgraph-frame.h"
|
||||
# include "sysprof-callgraph-symbol.h"
|
||||
# include "sysprof-document.h"
|
||||
# include "sysprof-document-allocation.h"
|
||||
# include "sysprof-document-counter.h"
|
||||
|
||||
Reference in New Issue
Block a user