diff options
author | Pavel Begunkov <asml.silence@gmail.com> | 2025-02-19 04:33:38 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2025-02-19 23:42:22 +0300 |
commit | 4e43133c6f2319d3e205ea986c507b25d9b41e64 (patch) | |
tree | a0051698db88045ce8e5b7ac2ea06b671f465283 /tools/perf/scripts/python/intel-pt-events.py | |
parent | 67b0025d19f99fb9fbb8b62e6975553c183f3a16 (diff) | |
download | linux-4e43133c6f2319d3e205ea986c507b25d9b41e64.tar.xz |
io_uring/rw: don't directly use ki_complete
We want to avoid checking ->ki_complete directly in the io_uring
completion path. Fortunately we have only two callback the selection
of which depend on the ring constant flags, i.e. IOPOLL, so use that
to infer the function.
Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/4eb4bdab8cbcf5bc87083f7047edc81e920ab83c.1739919038.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'tools/perf/scripts/python/intel-pt-events.py')
0 files changed, 0 insertions, 0 deletions