Skip to content

Commit d880ea5

Browse files
committed
fix: SKIP_FRAMES back to 0
1 parent 33fde0f commit d880ea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/xcapture-bpf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
// don't need EIP value for basic stack trace analysis (deduplicate some stackids)
3636
// unfortunately SKIP_FRAMES 1 "skips" both the EIP value and one stack frame...
3737
// #define SKIP_FRAMES (1 & BPF_F_SKIP_FIELD_MASK)
38-
#define SKIP_FRAMES 1
38+
#define SKIP_FRAMES 0
3939

4040
// need to test if using BPF_STACK_TRACE_BUILDID would optimize things
4141
// (apparently need separate stackmaps for ustacks & kstacks then)

0 commit comments

Comments
 (0)