libsysprof-gtk: add augmented functions list

This provides an area to have augmented functions listing like we have in
the 3-part sysprof view in our current release.

The weighed callgrpah view uses this to show self/total sortable columns
similar to the descendants view.
This commit is contained in:
Christian Hergert
2023-06-12 11:16:41 -07:00
parent 643aa374cb
commit 451e79a84c
5 changed files with 259 additions and 26 deletions

View File

@ -34,7 +34,9 @@ struct _SysprofCallgraphView
GListModel *traceables;
GtkColumnView *column_view;
GtkWidget *scrolled_window;
GtkColumnView *functions_column_view;
GtkScrolledWindow *scrolled_window;
GtkWidget *paned;
GCancellable *cancellable;