From a276e20d810b4a3ae4c851bc802818dd0ef91450 Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Wed, 15 May 2019 17:14:41 -0700 Subject: [PATCH] libsysprof-ui: filter marks based on selection --- src/libsysprof-ui/sysprof-capture-view.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/libsysprof-ui/sysprof-capture-view.c b/src/libsysprof-ui/sysprof-capture-view.c index 023fab0c..dc183765 100644 --- a/src/libsysprof-ui/sysprof-capture-view.c +++ b/src/libsysprof-ui/sysprof-capture-view.c @@ -530,7 +530,14 @@ sysprof_capture_view_selection_changed_cb (SysprofCaptureView *self, if (priv->reader == NULL) return; - sysprof_capture_view_generate_callgraph_async (self, priv->reader, selection, NULL, NULL, NULL); + sysprof_capture_view_generate_callgraph_async (self, + priv->reader, + selection, + NULL, NULL, NULL); + sysprof_marks_view_load_async (priv->marks_view, + priv->reader, + selection, + NULL, NULL, NULL); } static void