aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/call-graph-from-postgresql.py
diff options
context:
space:
mode:
authorAkinobu Mita <[email protected]>2015-06-02 08:35:09 +0900
committerJens Axboe <[email protected]>2015-06-01 20:09:03 -0600
commit419c21a3b6275d40a10901f700efcd40515b6db6 (patch)
treed9c7c2de841bc87fb5f43a12f89052f649f22fc4 /tools/perf/scripts/python/call-graph-from-postgresql.py
parent42483228d4c019ffc86b8dbea7dfbc3f9566fe7e (diff)
null_blk: prevent timer handler running on a different CPU where started
When irqmode=2 (IRQ completion handler is timer), timer handler should be called on the same CPU where the timer has been started. Since completion_queues are per-cpu and the completion handler only touches completion_queue for local CPU, we need to prevent the handler from running on a different CPU where the timer has been started. Otherwise, the IO cannot be completed until another completion handler is executed on that CPU. Signed-off-by: Akinobu Mita <[email protected]> Cc: Jens Axboe <[email protected]> Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions