diff options
author | Sudeep Holla <sudeep.holla@arm.com> | 2024-04-24 16:16:40 +0300 |
---|---|---|
committer | Sudeep Holla <sudeep.holla@arm.com> | 2024-04-25 14:27:55 +0300 |
commit | 3a3e2b83e8059679e92be4273c601ea21e105a89 (patch) | |
tree | c7b61f05be21bfc1695280be0f7191a0570f3b08 /tools/perf/scripts/python/stackcollapse.py | |
parent | ddfade88f49d49b04930ae006ab0974eb547529c (diff) | |
download | linux-3a3e2b83e8059679e92be4273c601ea21e105a89.tar.xz |
firmware: arm_ffa: Avoid queuing work when running on the worker queue
Currently notif_pcpu_irq_work_fn() may get queued from the work that is
already running on the 'notif_pcpu_wq' workqueue. This may add
unnecessary delays and could be avoided if the work is called directly
instead.
This change removes queuing of the work when already running on the
'notif_pcpu_wq' workqueue thereby removing any possible delays in that
path.
Link: https://lore.kernel.org/r/20240424131640.706870-1-sudeep.holla@arm.com
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions