commit | 354420f705ccd0aa2d41249f3bb55b4afbed1873 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Wed Jan 08 18:55:15 2020 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Jan 20 17:04:06 2020 -0700 |
tree | 63b8ff137f339c4bc96008548398e3b53c6b109a | |
parent | cebdb98617ae3e842c81c73758a185248b37cfd6 [diff] |
io_uring: add opcode to issue trace event For some test apps at least, user_data is just zeroes. So it's not a good way to tell what the command actually is. Add the opcode to the issue trace point. Signed-off-by: Jens Axboe <axboe@kernel.dk>