aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/report/linux.go
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2019-06-23 14:42:49 +0200
committerDmitry Vyukov <dvyukov@google.com>2019-06-23 14:48:05 +0200
commitda9246f6d754caed30a65276b41e32a05f0c8fa2 (patch)
tree072626e33b5bb824c0d73fce3460ce2dda07a0d2 /pkg/report/linux.go
parent3efccdd20126ec179aa55069c65d6489fec49bf4 (diff)
pkg/report: fix up parsing of lockdep stacks
Diffstat (limited to 'pkg/report/linux.go')
-rw-r--r--pkg/report/linux.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/report/linux.go b/pkg/report/linux.go
index 06c80ff25..01a73aefb 100644
--- a/pkg/report/linux.go
+++ b/pkg/report/linux.go
@@ -719,7 +719,7 @@ var linuxStackParams = &stackParams{
"perf_trace",
"lock_acquire",
"lock_release",
- "register_lock_class",
+ "lock_class",
"reacquire_held_locks",
"spin_lock",
"spin_trylock",