libsysprof-gtk: show stack traces when traceable is selected

This commit is contained in:
Christian Hergert
2023-06-12 16:41:50 -07:00
parent ddfa3f57ab
commit 6a71988020
3 changed files with 136 additions and 32 deletions

View File

@ -38,6 +38,7 @@ struct _SysprofCallgraphView
GtkColumnView *descendants_column_view;
GtkColumnView *functions_column_view;
GtkColumnView *traceables_column_view;
GtkColumnView *traceable_column_view;
GtkCustomSorter *descendants_name_sorter;
GtkCustomSorter *functions_name_sorter;
GtkScrolledWindow *scrolled_window;