commit | 51c3ff62cac635ae9d75f875ce5b7bdafc97abd5 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Sun Nov 03 06:52:50 2019 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Nov 04 07:07:52 2019 -0700 |
tree | 3e123b88c1a17500eabdf647cb40e863eda9c069 | |
parent | 364b05fd06e87e53dc03396f73afeac48d8e0998 [diff] |
io_uring: add completion trace event We currently don't have a completion event trace, add one of those. And to better be able to match up submissions and completions, add user_data to the submission trace as well. Signed-off-by: Jens Axboe <axboe@kernel.dk>