summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/netdev-times.py
diff options
context:
space:
mode:
authorNeil Leeder <nleeder@codeaurora.org>2015-09-24 12:14:20 -0400
committerImran Khan <kimran@codeaurora.org>2017-06-28 10:09:20 +0530
commit5f71e693df3a02dc436ed383276e85bdcb8cb4bf (patch)
tree80532d1944517333317517d7a427318819ee7d2a /tools/perf/scripts/python/netdev-times.py
parent6f56b2a9c8e2ce69e2a98e52d5f1342b25cae44e (diff)
perf: stop deadlock if attempt to bring cpu up fails
When an attempt is made to free an event on a CPU which is no longer online, perf tries to bring the CPU online. This can fail, resulting in an UP_CANCELLED notifier, which eventually tries to acquire the ctx->mutex which is already being held by the code, which brings up the CPU. Removing the attempt to bring the cpu up will remove this deadlock, but also requires temporarily removing support of counting events across hotplug. This will be restored in a later patch. Conflicts: kernel/events/core.c kernel/events/hw_breakpoint.c Change-Id: Iaafa3c6688d26508857472fd5bb32139a137880e Signed-off-by: Neil Leeder <nleeder@codeaurora.org>
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions