commit | 236daeae3616b1c62ce1a9f8a348d576ec9e22d9 | [log] [tgz] |
---|---|---|
author | Olivier Langlois <olivier@trillion01.com> | Mon May 31 02:36:37 2021 -0400 |
committer | Jens Axboe <axboe@kernel.dk> | Wed Jun 16 06:41:46 2021 -0600 |
tree | 666aad4cdb19e880da11cd59a1905dafec4e49d7 | |
parent | 2335f6f5ddf2f4621395fac5fa4b53d075828cc1 [diff] |
io_uring: Add to traces the req pointer when available The req pointer uniquely identify a specific request. Having it in traces can provide valuable insights that is not possible to have if the calling process is reusing the same user_data value. Reviewed-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Olivier Langlois <olivier@trillion01.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>