libsysprof-ui: add callgraph aid

This commit is contained in:
Christian Hergert
2019-05-18 19:49:32 -07:00
parent a6d81c5a5c
commit 89bcbad02d
6 changed files with 144 additions and 1 deletions

View File

@ -1,6 +1,7 @@
libsysprof_ui_public_sources = [
'sysprof-aid.c',
'sysprof-capture-view.c',
'sysprof-callgraph-aid.c',
'sysprof-callgraph-view.c',
'sysprof-color-cycle.c',
'sysprof-cpu-aid.c',
@ -46,6 +47,7 @@ libsysprof_ui_private_sources = [
libsysprof_ui_public_headers = [
'sysprof-aid.h',
'sysprof-capture-view.h',
'sysprof-callgraph-aid.h',
'sysprof-callgraph-view.h',
'sysprof-cell-renderer-percent.h',
'sysprof-cpu-aid.h',