aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/Perf-Trace-Util/Context.c
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <[email protected]>2020-05-12 08:41:58 +0200
committerChanwoo Choi <[email protected]>2020-05-28 18:02:40 +0900
commit8fc0e48e0faefef5064f3cb803d3d12314e16ec4 (patch)
tree041f85f6905a8c1931d86908df6cbf65c321fbe4 /tools/perf/scripts/python/Perf-Trace-Util/Context.c
parent48bbf6375131155d329eb8e06ae962e27cbba032 (diff)
PM / devfreq: Use lockdep asserts instead of manual checks for locked mutex
Instead of warning when mutex_is_locked(), just use the lockdep framework. The code is smaller and checks could be disabled for production environments (it is useful only during development). Put asserts at beginning of function, even before validating arguments. The behavior of update_devfreq() is now changed because lockdep assert will only print a warning, not return with EINVAL. Signed-off-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Chanwoo Choi <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/Context.c')
0 files changed, 0 insertions, 0 deletions