All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH for-next 0/3] io_uring trace events clean up
@ 2022-06-16 12:57 Pavel Begunkov
  2022-06-16 12:57 ` [PATCH for-next 1/3] io_uring: kill extra io_uring_types.h includes Pavel Begunkov
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Pavel Begunkov @ 2022-06-16 12:57 UTC (permalink / raw)
  To: io-uring; +Cc: Jens Axboe, asml.silence

Make io_uring_types.h public and teach tracing how to derive
opcode, user_data, etc. from io_kiocb.

note: rebased on top of the hashing patches

Pavel Begunkov (3):
  io_uring: kill extra io_uring_types.h includes
  io_uring: make io_uring_types.h public
  io_uring: clean up tracing events

 {io_uring => include/linux}/io_uring_types.h |  28 ++++-
 include/trace/events/io_uring.h              | 118 +++++++------------
 io_uring/advise.c                            |   1 -
 io_uring/cancel.c                            |   1 -
 io_uring/epoll.c                             |   1 -
 io_uring/fdinfo.c                            |   1 -
 io_uring/filetable.c                         |   1 -
 io_uring/filetable.h                         |  11 --
 io_uring/fs.c                                |   1 -
 io_uring/io-wq.h                             |  17 +--
 io_uring/io_uring.c                          |  17 +--
 io_uring/io_uring.h                          |   4 +-
 io_uring/kbuf.c                              |   1 -
 io_uring/msg_ring.c                          |   1 -
 io_uring/net.c                               |   1 -
 io_uring/nop.c                               |   1 -
 io_uring/opdef.c                             |   1 -
 io_uring/openclose.c                         |   1 -
 io_uring/poll.c                              |   6 +-
 io_uring/refs.h                              |   2 +-
 io_uring/rsrc.c                              |   1 -
 io_uring/rw.c                                |   1 -
 io_uring/splice.c                            |   1 -
 io_uring/sqpoll.c                            |   1 -
 io_uring/statx.c                             |   1 -
 io_uring/sync.c                              |   1 -
 io_uring/tctx.c                              |   1 -
 io_uring/timeout.c                           |   4 +-
 io_uring/uring_cmd.c                         |   1 -
 io_uring/xattr.c                             |   1 -
 30 files changed, 85 insertions(+), 143 deletions(-)
 rename {io_uring => include/linux}/io_uring_types.h (96%)

-- 
2.36.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-06-17 13:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-16 12:57 [PATCH for-next 0/3] io_uring trace events clean up Pavel Begunkov
2022-06-16 12:57 ` [PATCH for-next 1/3] io_uring: kill extra io_uring_types.h includes Pavel Begunkov
2022-06-16 12:57 ` [PATCH for-next 2/3] io_uring: make io_uring_types.h public Pavel Begunkov
2022-06-16 12:57 ` [PATCH for-next 3/3] io_uring: clean up tracing events Pavel Begunkov
2022-06-17 13:35 ` [PATCH for-next 0/3] io_uring trace events clean up Jens Axboe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.