mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user