[sysprof/wip/chergert/sysprof-3] libsysprof-ui: filter marks based on selection
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [sysprof/wip/chergert/sysprof-3] libsysprof-ui: filter marks based on selection
- Date: Thu, 16 May 2019 00:14:49 +0000 (UTC)
commit f68ab12fc8d540edb84782e63fbf97d2d13c9924
Author: Christian Hergert <chergert redhat com>
Date: Wed May 15 17:14:41 2019 -0700
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 023fab0..dc18376 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]