aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/report/linux.go
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2022-01-07 18:12:23 +0100
committerDmitry Vyukov <dvyukov@google.com>2022-01-11 16:30:23 +0100
commit44d1319aab39b23be41fbf75d9d37ef9aaa665f2 (patch)
tree7f37ebf2b765c54a5bdc0b03f32b45d13ae0a86b /pkg/report/linux.go
parentb73576f020fed8963da4682f10920c16a6682254 (diff)
pkg/report: ignore ref_tracker frames
ref_tracker is a generic debugging facility, the actual bug is (almost always) in the caller.
Diffstat (limited to 'pkg/report/linux.go')
-rw-r--r--pkg/report/linux.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/report/linux.go b/pkg/report/linux.go
index 72f0bb84e..4a55182d5 100644
--- a/pkg/report/linux.go
+++ b/pkg/report/linux.go
@@ -1066,6 +1066,7 @@ var linuxStackParams = &stackParams{
"refcount_dec",
"refcount_set",
"refcount_read",
+ "ref_tracker",
"seqprop_assert",
"memcpy",
"memcmp",