mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 08:00:53 +00:00
libsysprof-ui: filter marks based on selection
This commit is contained in:
@ -530,7 +530,14 @@ sysprof_capture_view_selection_changed_cb (SysprofCaptureView *self,
|
|||||||
if (priv->reader == NULL)
|
if (priv->reader == NULL)
|
||||||
return;
|
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
|
static void
|
||||||
|
|||||||
Reference in New Issue
Block a user