diff options
author | Jens Axboe <axboe@kernel.dk> | 2024-12-31 03:34:41 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2024-12-31 03:36:20 +0300 |
commit | d62c2f0d82753a05133411b1e242baf31f4ef68e (patch) | |
tree | 32817df36c62185ecd0163dd3cd3ad30fa706220 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | c5f71916146033f9aba108075ff7087022075fd6 (diff) | |
download | linux-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