summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2024-12-31 03:34:41 +0300
committerJens Axboe <axboe@kernel.dk>2024-12-31 03:36:20 +0300
commitd62c2f0d82753a05133411b1e242baf31f4ef68e (patch)
tree32817df36c62185ecd0163dd3cd3ad30fa706220 /tools/perf/scripts/python/export-to-postgresql.py
parentc5f71916146033f9aba108075ff7087022075fd6 (diff)
downloadlinux-d62c2f0d82753a05133411b1e242baf31f4ef68e.tar.xz
io_uring: ensure io_queue_deferred() is out-of-line
This is not the hot path, it's a slow path. Yet the locking for it is in the hot path, and __cold does not prevent it from being inlined. Move the locking to the function itself, and mark it noinline as well to avoid it polluting the icache of the hot path. Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions