libsysprof-gtk: add SysprofSession

This is meant to become our toplevel object controlling an analysis
session. We need it to know about any filters in place such as time
selections.

Callgraph needs to be updated to use this as well.
This commit is contained in:
Christian Hergert
2023-06-14 17:01:31 -07:00
parent 5135b404fb
commit be1d56f5db
4 changed files with 206 additions and 0 deletions

View File

@ -1,5 +1,6 @@
libsysprof_gtk_public_sources = [
'sysprof-callgraph-view.c',
'sysprof-session.c',
'sysprof-weighted-callgraph-view.c',
]
@ -14,6 +15,7 @@ libsysprof_gtk_public_headers = [
'sysprof-gtk.h',
'sysprof-callgraph-view.h',
'sysprof-session.h',
'sysprof-weighted-callgraph-view.h',
]