aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorDavidlohr Bueso <[email protected]>2022-04-11 08:16:17 -0700
committerGreg Kroah-Hartman <[email protected]>2022-04-12 15:53:50 +0200
commit9442e81d7e7c4987411b5be7e0f33b8c6e670b86 (patch)
tree3939d751b4039a4926d80315b5310104cb90b9f3 /tools/perf/scripts/python/stackcollapse.py
parentcbe0f674a2d63e88d9c2de2aab02d6da68b109f2 (diff)
staging/wlan-ng, prism2usb: replace completion_bh tasklet with work
Tasklets have long been deprecated as being too heavy on the system by running in irq context - and this is not a performance critical path. If a higher priority process wants to run, it must wait for the tasklet to finish before doing so. The completion_bh tasklet will now run in process context and have further concurrency (tasklets being serialized among themselves), but this is done holding the ctlxq.lock, so it should be fine. Signed-off-by: Davidlohr Bueso <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions