diff options
author | Davidlohr Bueso <[email protected]> | 2021-01-14 16:20:14 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2021-01-27 14:57:06 +0100 |
commit | 2c104a469a4ce276117acda94ccf922c3b82d735 (patch) | |
tree | bf0019b21384ea7c23f52836db5e18ab92b16d8c /tools/perf/scripts/python/stackcollapse.py | |
parent | afe9017901761d04a106916e02619caf0d2afbf5 (diff) |
platform/goldfish: Convert pipe tasklet to threaded irq
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. A more suitable equivalent
is to converted to threaded irq instead and deal with the signaled
pipes in task context.
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