We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33fde0f commit d880ea5Copy full SHA for d880ea5
bin/xcapture-bpf.c
@@ -35,7 +35,7 @@
35
// don't need EIP value for basic stack trace analysis (deduplicate some stackids)
36
// unfortunately SKIP_FRAMES 1 "skips" both the EIP value and one stack frame...
37
// #define SKIP_FRAMES (1 & BPF_F_SKIP_FIELD_MASK)
38
-#define SKIP_FRAMES 1
+#define SKIP_FRAMES 0
39
40
// need to test if using BPF_STACK_TRACE_BUILDID would optimize things
41
// (apparently need separate stackmaps for ustacks & kstacks then)
0 commit comments