[sysprof/wip/chergert/mem-preload] capture: double the call depth allowed for memory call stacks
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [sysprof/wip/chergert/mem-preload] capture: double the call depth allowed for memory call stacks
- Date: Wed, 5 Feb 2020 01:40:14 +0000 (UTC)
commit 334b1a14f6f327fadbf57f19b516022b4770b137
Author: Christian Hergert <chergert redhat com>
Date: Tue Feb 4 17:39:57 2020 -0800
capture: double the call depth allowed for memory call stacks
src/libsysprof-capture/sysprof-capture-writer.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/libsysprof-capture/sysprof-capture-writer.c b/src/libsysprof-capture/sysprof-capture-writer.c
index c411ed9..d4d691b 100644
--- a/src/libsysprof-capture/sysprof-capture-writer.c
+++ b/src/libsysprof-capture/sysprof-capture-writer.c
@@ -84,7 +84,7 @@
#define DEFAULT_BUFFER_SIZE (_sysprof_getpagesize() * 64L)
#define INVALID_ADDRESS (G_GUINT64_CONSTANT(0))
#define MAX_COUNTERS ((1 << 24) - 1)
-#define MAX_UNWIND_DEPTH 64
+#define MAX_UNWIND_DEPTH 128
typedef struct
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]