trace_event_raw_event_io_uring_submit_sqe
Regular
4.4
: Absent ⚠️
4.8
: Absent ⚠️
4.10
: Absent ⚠️
4.13
: Absent ⚠️
4.15
: Absent ⚠️
4.18
: Absent ⚠️
5.0
: Absent ⚠️
5.3
: Absent ⚠️
5.4
: Absent ⚠️
5.8
: ✅void trace_event_raw_event_io_uring_submit_sqe(void *__data, void *ctx, u8 opcode, u64 user_data, bool force_nonblock, bool sq_thread);
Collision: Unique Static
Inline: No
Transformation: False
Instances:
In fs/io_uring.c (ffffffff8137e340)
Location: include/trace/events/io_uring.h:331
Inline: False
Symbols:
ffffffff8137e340-ffffffff8137e418: trace_event_raw_event_io_uring_submit_sqe (STB_LOCAL)
5.11
: ✅void trace_event_raw_event_io_uring_submit_sqe(void *__data, void *ctx, u8 opcode, u64 user_data, bool force_nonblock, bool sq_thread);
Collision: Unique Static
Inline: No
Transformation: False
Instances:
In fs/io_uring.c (ffffffff8138ca40)
Location: include/trace/events/io_uring.h:331
Inline: False
Symbols:
ffffffff8138ca40-ffffffff8138cb18: trace_event_raw_event_io_uring_submit_sqe (STB_LOCAL)
5.13
: ✅void trace_event_raw_event_io_uring_submit_sqe(void *__data, void *ctx, u8 opcode, u64 user_data, bool force_nonblock, bool sq_thread);
Collision: Unique Static
Inline: No
Transformation: False
Instances:
In fs/io_uring.c (ffffffff81396bc0)
Location: include/trace/events/io_uring.h:334
Inline: False
Symbols:
ffffffff81396bc0-ffffffff81396ca5: trace_event_raw_event_io_uring_submit_sqe (STB_LOCAL)
5.15
: ✅void trace_event_raw_event_io_uring_submit_sqe(void *__data, void *ctx, void *req, u8 opcode, u64 user_data, u32 flags, bool force_nonblock, bool sq_thread);
Collision: Unique Static
Inline: No
Transformation: False
Instances:
In fs/io_uring.c (ffffffff813dd310)
Location: include/trace/events/io_uring.h:335
Inline: False
Symbols:
ffffffff813dd310-ffffffff813dd417: trace_event_raw_event_io_uring_submit_sqe (STB_LOCAL)
5.19
: ✅void trace_event_raw_event_io_uring_submit_sqe(void *__data, void *ctx, void *req, long long unsigned int user_data, u8 opcode, u32 flags, bool force_nonblock, bool sq_thread);
Collision: Unique Static
Inline: No
Transformation: False
Instances:
In io_uring/io_uring.c (ffffffff816cbb50)
Location: include/trace/events/io_uring.h:390
Inline: False
Symbols:
ffffffff816cbb50-ffffffff816cbd28: trace_event_raw_event_io_uring_submit_sqe (STB_LOCAL)
6.2
: ✅void trace_event_raw_event_io_uring_submit_sqe(void *__data, struct io_kiocb *req, bool force_nonblock);
Collision: Unique Static
Inline: No
Transformation: False
Instances:
In io_uring/io_uring.c (ffffffff8178b2f0)
Location: include/trace/events/io_uring.h:371
Inline: False
Symbols:
ffffffff8178b2f0-ffffffff8178b459: trace_event_raw_event_io_uring_submit_sqe (STB_LOCAL)
6.5
: Absent ⚠️
6.8
: Absent ⚠️
arm64
: Absent ⚠️
armhf
: Absent ⚠️
ppc64el
: Absent ⚠️
riscv64
: Absent ⚠️
aws
: Absent ⚠️
azure
: Absent ⚠️
gcp
: Absent ⚠️
lowlatency
: Absent ⚠️
Regular
5.8
and 5.11
✅
5.11
and 5.13
✅
5.13
and 5.15
⚠️void *req
u32 flags
__data, ctx, opcode, user_data, force_nonblock, sq_thread
➡️ __data, ctx, req, opcode, user_data, flags, force_nonblock, sq_thread
5.15
and 5.19
⚠️__data, ctx, req, opcode, user_data, flags, force_nonblock, sq_thread
➡️ __data, ctx, req, user_data, opcode, flags, force_nonblock, sq_thread
u64 user_data
➡️ long long unsigned int user_data
5.19
and 6.2
⚠️void *ctx
long long unsigned int user_data
u8 opcode
u32 flags
bool sq_thread
__data, ctx, req, user_data, opcode, flags, force_nonblock, sq_thread
➡️ __data, req, force_nonblock
void *req
➡️ struct io_kiocb *req