diff options
author | Lucas Stach <l.stach@pengutronix.de> | 2017-11-28 13:59:25 +0100 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2017-11-28 07:16:08 -0800 |
commit | 52cf373c37a684f8fc279d541307fad39d206376 (patch) | |
tree | 27b35f9e9d446388dd018f583f8bf080774875f3 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | ddf7005f32212f28669032651e09bd8d2245c35d (diff) |
cgroup: properly init u64_stats
Lockdep complains that the stats update is trying to register a non-static
key. This is because u64_stats are using a seqlock on 32bit arches, which
needs to be initialized before usage.
Fixes: 041cd640b2f3 (cgroup: Implement cgroup2 basic CPU usage accounting)
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions