libsysprof-gtk: add specialized symbol label for descendants

This allows us to provide a bit more context to things in the descendants
callgraph based on the symbol. Context switches get specialized highlight
as well as All Processes and Processes nodes.
This commit is contained in:
Christian Hergert
2023-06-14 12:09:27 -07:00
parent 2a65bf30af
commit 8edab49028
6 changed files with 269 additions and 8 deletions

View File

@ -25,6 +25,7 @@
#include "libsysprof-gtk-resources.h"
#include "sysprof-callgraph-view-private.h"
#include "sysprof-symbol-label-private.h"
enum {
PROP_0,
@ -427,6 +428,7 @@ sysprof_callgraph_view_class_init (SysprofCallgraphViewClass *klass)
g_resources_register (libsysprof_gtk_get_resource ());
g_type_ensure (PANEL_TYPE_PANED);
g_type_ensure (SYSPROF_TYPE_SYMBOL_LABEL);
}
static void