From da9246f6d754caed30a65276b41e32a05f0c8fa2 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sun, 23 Jun 2019 14:42:49 +0200 Subject: pkg/report: fix up parsing of lockdep stacks --- pkg/report/linux.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/report/linux.go') 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", -- cgit mrf-deployment