From 279e8ae397277b558f6224f9963b6ca7a9222e53 Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Mon, 28 Aug 2023 14:58:47 -0700 Subject: [PATCH] sysprof: leave process 0 visible This can be a number of samples, and is worthwhile for debugging unless toggled off in the view options. --- src/sysprof/sysprof-session.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sysprof/sysprof-session.c b/src/sysprof/sysprof-session.c index 10f323d6..930ad2fc 100644 --- a/src/sysprof/sysprof-session.c +++ b/src/sysprof/sysprof-session.c @@ -340,7 +340,6 @@ sysprof_session_init (SysprofSession *self) self->selected_time_axis = sysprof_value_axis_new (0, 0); self->visible_time_axis = sysprof_value_axis_new (0, 0); - self->ignore_process_0 = TRUE; self->categorize_frames = TRUE; }